using System; namespace RecrownedAthenaeum.UI.Skin.Definitions { public interface ISkinDefinition { Type UIModuleType { get; } } }