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