protected virtual void goBuild() { //Debug.LogError("goBuild"); currentWorkingJobType = RTSWorkerJobType.Building; }
protected virtual void goRepair() { //Debug.LogError("goRepair"); currentWorkingJobType = RTSWorkerJobType.Repairing; }
protected virtual void goMine() { //Debug.LogError("goMine"); currentWorkingJobType = RTSWorkerJobType.Mining; }