-
-
Notifications
You must be signed in to change notification settings - Fork 49
sharedlibrarycorecommands CommandProcessing
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Commands
SharedLibraryCore.Commands.CommandProcessing[[CommandProcessing]]
end
| Returns | Name |
|---|---|
Task<Command> |
ValidateCommand(GameEvent gameEvent, ApplicationConfiguration appConfig, CommandConfiguration commandConfig) |
public CommandProcessing()public static async Task<Command> ValidateCommand(GameEvent gameEvent, ApplicationConfiguration appConfig, CommandConfiguration commandConfig)| Type | Name | Description |
|---|---|---|
GameEvent |
gameEvent | |
ApplicationConfiguration |
appConfig | |
CommandConfiguration |
commandConfig |
Generated with ModularDoc