Interface | Description |
---|---|
CliTool |
Interface for CLI tools
All CLI tools must provide output of commands in form of string array with elements: [0]-result(0 success, 0< error), [1]output text(out generated by command)
|
Class | Description |
---|---|
CharMan |
CLI tool for game characters management
|
UiMan |
Class for managing user interface
|
WorldMan |
CLI tool for game world management
|