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