using IgniteEngine.IO; namespace IgniteEngine.Definitions.SHN { /// /// Class that defines the file HairColorInfo.shn. /// [Definition] public class HairColorInfo { /// /// The hair color's ID. /// [Identity] public byte ID { get; private set; } /// /// The hair color's grade. /// public byte Grade { get; private set; } } }