示例#1
0
 void Start()
 {
     ohhiGameBoard = GetComponentInParent <ohhiGameBoard>();
 }
示例#2
0
文件: ohhiSquare.cs 项目: spc348/vcg
 void Start()
 {
     ohhiGameBoard = GetComponentInParent<ohhiGameBoard>();
 }