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