Ejemplo n.º 1
0
        public CommandOption(BattleCommand command)
        {
            this.command = command;

            labels      = new string[] { command.Label };
            description = new string[] { command.Description };

            enabled = command.Enabled(m_Agent);
        }