Exemplo n.º 1
0
 public void SendtoServer(ISendServer clientObject)
 {
     StartCoroutine(POST(clientObject.toDictionnary()));
 }