C# Class EssentialsPlugin.Utility.ChatHistory

Afficher le fichier Open project: rexxar-tc/EssentialsPlugin

Méthodes publiques

Méthode Description
AddChat ( ChatManager obj ) : void

Adds incoming chat event into all players' global chat history.

Private Methods

Méthode Description
ChatSystem_GlobalMessageReceived ( ) : void
Init ( ) : void

Method Details

AddChat() public static méthode

Adds incoming chat event into all players' global chat history.
public static AddChat ( ChatManager obj ) : void
obj SEModAPIExtensions.API.ChatManager
Résultat void