コード例 #1
0
 public void Configure(PlayGrid grid, int index)
 {
     this.grid  = grid;
     this.index = index;
 }
コード例 #2
0
 void OnEnable()
 {
     this.target = base.target as PlayGrid;
 }