Beispiel #1
0
 public bool GetInvetoryBool(InventoryThings thing)
 {
     return(DataChunk.CreateDataChunk(DataChunk.DataFormatType.Byte, "", gameStateByteArray, (int)thing, sizeof(byte)).GetChunkAsByte() > 0);
 }