C# 클래스 EssentialsPlugin.Utility.ChatHistory

파일 보기 프로젝트 열기: rexxar-tc/EssentialsPlugin

공개 메소드들

메소드 설명
AddChat ( ChatManager obj ) : void

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

비공개 메소드들

메소드 설명
ChatSystem_GlobalMessageReceived ( ) : void
Init ( ) : void

메소드 상세

AddChat() 공개 정적인 메소드

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