Ejemplo n.º 1
0
        public void ToggleCombineActive(bool enabled)
        {
            // If combine harvester is not available yet, simply ignore it.
            if (!FsmManager.IsCombineAvailable())
            {
                return;
            }

            // Use normal toggling script.
            this.ToggleActive(enabled);
        }