Пример #1
0
    private IEnumerator TakingControl()
    {
        yield return(StartCoroutine(GameEventListener.WaitForPossibleEvent(1)));

        StopAllCoroutines();
        inputControllerManager.NewControllerIsMaster(this);
    }