Beispiel #1
0
 public void useLine()
 {
     if (--lineUsesLeft <= 0)
     {
         colorShifter.ShiftUp();
         Debug.Log("LINE HAS NO MORE USES");
         highlighter.Disable();
     }
 }
Beispiel #2
0
 public void MarkNodeCleared()
 {
     highlighter.Disable();
     colorShifter.ShiftUp();
 }