private void Irrigate() { if (_gameRoot.UnitIsWorker(_gameRoot.ActiveUnit)) { ((Worker)_gameRoot.ActiveUnit).Irrigate(); } }