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