Пример #1
0
 private void StartMatch()
 {
     UnityMainThreadDispatcher.Instance().Enqueue(() => {
         OnMatchStart?.Invoke();
     });
 }