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