public void Configure(PlayGrid grid, int index)
 {
     this.grid  = grid;
     this.index = index;
 }
예제 #2
0
 void OnEnable()
 {
     this.target = base.target as PlayGrid;
 }