コード例 #1
0
ファイル: IAControl.cs プロジェクト: masterrey/Dama
 // Start is called before the first frame update
 void Start()
 {
     iAPieces = GameObject.FindObjectsOfType <IAPiece>();
     iaCall   = myCallBack;
 }
コード例 #2
0
 // Start is called before the first frame update
 void Start()
 {
     iaCall = myCallBack;
 }