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