C# Class TShockAPI.Hooks.PlayerPostLoginEventArgs

EventArgs used for the PlayerHooks.PlayerPostLogin event.
Mostrar archivo Open project: NyxStudios/TShock Class Usage Examples

Public Methods

Method Description
PlayerPostLoginEventArgs ( TSPlayer ply ) : System.Collections.Generic

Initializes a new instance of the PlayerPostLoginEventArgs class.

Method Details

PlayerPostLoginEventArgs() public method

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