Struct ChatCommandDetails
Struct containing details for a chat command, including the channel and the command function.
public struct ChatCommandDetails
- Inherited Members
Fields
Channel
Chat channel associated with the command.
public ChatChannel Channel
Field Value
Func
Function to execute for the command.
public ChatCommand Func