Hi All,
Can you please help me with removing the properties ?
I am trying to remove the properties with the following code:
List<string> removelist = new List<string>();
removelist.Add (username);
removelist.Add (PlayerCharacter);
WarpClient.GetInstance().UpdateRoomProperties(roomid,null,removelist);
I am getting error code 4 .....