Beispiel #1
0
 public static ItemState Coal(CoalType type = CoalType.Coal)
 {
     return(new ItemState
     {
         Id = (uint)ItemId.Coal,
         MetaValue = (uint)type
     });
 }
Beispiel #2
0
 public Coal(CoalType type) : this()
 {
     Data = (byte)type;
 }