DestroyObject
Name
DestroyObject - Destroys an object in the room.
Synopsis
Namespace: LoadBalancer.Client.Game
public void DestroyObject(DestroyObjectParameters parameters)
Parameters
DestroyObjectParameters consists of the following parameters:
RoomIdstring- The unique identifier of the room where the object to destroy is located.ObjectIdstring- The unique identifier of the object to destroy.
Return Value
None.