Пример #1
0
 public void EndChat()
 {
     participants.Clear();
     manager.ChatEnded(id);
     GameObject.Destroy(gameObject);
 }