C# (CSharp) MBC.App.BattleshipConsole Пространство имен

Пространства имен

MBC.App.BattleshipConsole.NewStuff

Классы

Имя Описание
Create
EventOutput Provides functions that relate to outputting events in the console.
Help Provides functions to display help information to the console.
Input

The main part of the AppConsole that stores command strings that are associated with MBCShellCommandHandlers, which perform specific tasks. The strings that are input are then parsed to invoke the stored commands.

The commands modify the internal state of this particular class, specifically storing the controllers that are available.

Load Provides functions for loading data from files.
MatchRun
Save Contains functions that are used for saving data to files.
Set Contains functions for modifying variables within the application.
Show Contains functions for showing various information loaded in the application.