Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
EssentialsPlugin
ProcessHandlers
ProcessGreeting
C# 클래스 EssentialsPlugin.ProcessHandlers.ProcessGreeting
상속:
EssentialsPlugin.ProcessHandlers.ProcessHandlerBase
파일 보기
프로젝트 열기: rexxar-tc/EssentialsPlugin
공개 메소드들
메소드
설명
GetUpdateResolution
( ) :
int
Handle
( ) :
void
OnPlayerJoined
(
ulong
remoteUserId
) :
void
OnPlayerLeft
(
ulong
remoteUserId
) :
void
메소드 상세
GetUpdateResolution()
공개
메소드
public
GetUpdateResolution
( ) :
int
리턴
int
Handle()
공개
메소드
public
Handle
( ) :
void
리턴
void
OnPlayerJoined()
공개
메소드
public
OnPlayerJoined
(
ulong
remoteUserId
) :
void
remoteUserId
ulong
리턴
void
OnPlayerLeft()
공개
메소드
public
OnPlayerLeft
(
ulong
remoteUserId
) :
void
remoteUserId
ulong
리턴
void