Example #1
0
 public void SelectSlot()
 {
     if (boardEditor != null)
     {
         boardEditor.EnableSlotManipulation(false);
         boardEditor.PlaceCell(this);
     }
 }
Example #2
0
 public void UseCell()
 {
     cellLibrary.ShowInfo(false, null);
     boardEditor.EnableSlotManipulation(true);
 }