Beispiel #1
0
 public SSTile(SSTileTypes type, string displayName)
 {
     this._name = type;
     this._displayName = displayName;
 }
 public SSTileData(SSTileTypes type, AtmosType atmos, byte add)
 {
     TType = (byte)type;
     AtmosType = (byte)atmos;
     AddedData = add;
 }