예제 #1
0
 void Start()
 {
     ohhiGameBoard = GetComponentInParent <ohhiGameBoard>();
 }
예제 #2
0
파일: ohhiSquare.cs 프로젝트: spc348/vcg
 void Start()
 {
     ohhiGameBoard = GetComponentInParent<ohhiGameBoard>();
 }