Skip to content

sharedlibrarycorecommands CommandProcessing

RaidMax edited this page May 21, 2023 · 1 revision

CommandProcessing Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Commands
  SharedLibraryCore.Commands.CommandProcessing[[CommandProcessing]]
  end
Loading

Members

Methods

Public Static methods

Returns Name
Task<Command> ValidateCommand(GameEvent gameEvent, ApplicationConfiguration appConfig, CommandConfiguration commandConfig)

Details

Constructors

CommandProcessing

Source code

public CommandProcessing()

Methods

ValidateCommand

Source code

public static async Task<Command> ValidateCommand(GameEvent gameEvent, ApplicationConfiguration appConfig, CommandConfiguration commandConfig)
Arguments
Type Name Description
GameEvent gameEvent
ApplicationConfiguration appConfig
CommandConfiguration commandConfig

Generated with ModularDoc

Clone this wiki locally