NextMapCommand Public class
Retrieves the next map in rotation
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Commands
SharedLibraryCore.Commands.NextMapCommand[[NextMapCommand]]
end
subgraph SharedLibraryCore
SharedLibraryCore.Command[[Command]]
class SharedLibraryCore.Command abstractStyle;
end
SharedLibraryCore.Command --> SharedLibraryCore.Commands.NextMapCommand
Loading
Retrieves the next map in rotation
Source code
public NextMapCommand(CommandConfiguration config, ITranslationLookup translationLookup)
Source code
public static async Task<string> GetNextMap(Server s, ITranslationLookup lookup)
Source code
public override async Task ExecuteAsync(GameEvent E)
Generated with ModularDoc