Class ChatCommandHandlerAttribute
Marks a class as chat commands handler. Class with that attribute will be scanned for chat commands with ChatCommandAttribute and ChatSubCommandAttribute.
Inheritance
System.Object
ChatCommandHandlerAttribute
Namespace: Eco.Gameplay.Systems.Messaging.Chat.Commands
Assembly: Eco.Gameplay.dll
Syntax
public class ChatCommandHandlerAttribute : Attribute
Constructors
ChatCommandHandlerAttribute()
Declaration
public ChatCommandHandlerAttribute()