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