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