コード例 #1
0
ファイル: StuckHandler.cs プロジェクト: ysj1995/Trinity
        private bool IsAdventurerBusy()
        {
            if (Adventurer.GetCurrentCoroutine() is WaitCoroutine)
            {
                return(true);
            }

            return(false);
        }