Table of Contents

Struct ChatCommandDetails

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

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

ChatChannel

Func

Function to execute for the command.

public ChatCommand Func

Field Value

ChatCommand