C# Class TShockAPI.Hooks.PlayerLogoutEventArgs

EventArgs used for the PlayerHooks.PlayerLogout event.
ファイルを表示 Open project: NyxStudios/TShock Class Usage Examples

Public Methods

Method Description
PlayerLogoutEventArgs ( TSPlayer player ) : System.Collections.Generic

Initializes a new instance of the PlayerLogoutEventArgs class.

Method Details

PlayerLogoutEventArgs() public method

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