コード例 #1
0
 // Start is called before the first frame update
 void Start()
 {
     winner = NOCCACore.getWinner();
     writeText();
 }
コード例 #2
0
ファイル: CPUMoveBase.cs プロジェクト: dashi8/NoccaNocca
 public void SetNoccaObject(NOCCACore nocca)
 {
     this.nocca = nocca;
 }