// ReMoves the worker from the control interface // and signals this action to the game field public void RemoveWorker() { worker = null; GameField.GetInstance().OutOfWorkers(); }
public ArrowsControlInterface(Color color, Worker w) : base(color, w, "arUp", "arRight", "arDown", "arLeft", "space") { }