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