예제 #1
0
 void Awake()
 {
     //_board = GameObject.Find("Tiles").GetComponent<CBoard>();
     _board = CBoard.GetInstance();
 }
예제 #2
0
파일: CBuild.cs 프로젝트: pil4283/past
 void Awake()
 {
     _board = CBoard.GetInstance();
 }