Ejemplo n.º 1
0
 public void CellSelected()
 {
     cellLibrary.ShowInfo(true, cellData);
 }
Ejemplo n.º 2
0
 public void UseCell()
 {
     cellLibrary.ShowInfo(false, null);
     boardEditor.EnableSlotManipulation(true);
 }