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