C# 클래스 TShockAPI.Hooks.PlayerLogoutEventArgs

EventArgs used for the PlayerHooks.PlayerLogout event.
파일 보기 프로젝트 열기: NyxStudios/TShock 1 사용 예제들

공개 메소드들

메소드 설명
PlayerLogoutEventArgs ( TSPlayer player ) : System.Collections.Generic

Initializes a new instance of the PlayerLogoutEventArgs class.

메소드 상세

PlayerLogoutEventArgs() 공개 메소드

Initializes a new instance of the PlayerLogoutEventArgs class.
public PlayerLogoutEventArgs ( TSPlayer player ) : System.Collections.Generic
player TSPlayer The player who fired the event.
리턴 System.Collections.Generic