예제 #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;
 }