コード例 #1
0
 private void Awake()
 {
     lb       = this;
     diceRoll = true;
     //chanceDone = true;
     //NumberOfPlayers = 4;
     SetPlayers(NumberOfPlayers);
     StartCoroutine(nextChance_enum());
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: killerbonzai/LudoFixed
        public void Run()
        {
            board = new LudoBoard();

            Play();
        }
コード例 #3
0
 private void Awake()
 {
     lb = FindObjectOfType <LudoBoard>();
     InitalDice();
 }