Class TeamCommand

java.lang.Object
megamek.server.commands.ServerCommand
megamek.server.commands.TeamCommand

public class TeamCommand extends ServerCommand
Team Chat
  • Constructor Details

    • TeamCommand

      public TeamCommand(Server server)
  • Method Details

    • run

      public void run(int connId, String[] args)
      Description copied from class: ServerCommand
      Run this command with the arguments supplied
      Specified by:
      run in class ServerCommand