Show / Hide Table of Contents

Class DefaultChatBehaviour

Behaviour responsible for sending chat echo packets to mimic default MTA main chat

Inheritance
object
DefaultChatBehaviour
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Behaviour
Assembly: SlipeServer.Server.dll
Syntax
public class DefaultChatBehaviour

Constructors

| Edit this page View Source

DefaultChatBehaviour(MtaServer, ChatBox, ILogger?)

Declaration
public DefaultChatBehaviour(MtaServer server, ChatBox chatBox, ILogger? logger)
Parameters
Type Name Description
MtaServer server
ChatBox chatBox
ILogger logger
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX