示例#1
0
        private void ExecuteCommand(OldCommand.Command command, string [] args, Game game)
        {
            bool success = command.AttemptExecution(args, game);

            if (!success)
            {
            }
        }