Пример #1
0
 internal static void RemoveGameObject(Protocol.Client arg1, Struct.GameObjectID objID)
 {
     Objects.Remove(objID);
 }
Пример #2
0
 internal static void CreateGameObject(Protocol.Client arg1, Struct.GameObject obj)
 {
     Objects.Add(obj);
 }
Пример #3
0
 internal static void RemoveControlMarker(Protocol.Client arg1, UInt32 markerID)
 {
     Objects.RemoveControlMarker(markerID);
 }
Пример #4
0
 internal static void CreateControlMarker(Protocol.Client arg1, Struct.ControlMarker marker)
 {
     Objects.Add(marker);
 }