Пример #1
0
 public static void Close()
 {
     if (singleton != null)
     {
         singleton.CancelChatting();
     }
 }