예제 #1
0
파일: Service.cs 프로젝트: notcarksss/OffEE
 public void RemoveObject(string Key)
 {
     ServiceHandler.RemoveObject(Key, this);
 }
예제 #2
0
파일: Service.cs 프로젝트: notcarksss/OffEE
 public uint[,,] GetWorldData()
 {
     return((uint[, , ])ServiceHandler.GetInformation("WorldData"));
 }