Esempio n. 1
0
 public void RemoveObject(string Key)
 {
     ServiceHandler.RemoveObject(Key, this);
 }
Esempio n. 2
0
 public uint[,,] GetWorldData()
 {
     return((uint[, , ])ServiceHandler.GetInformation("WorldData"));
 }