C# Class TShockAPI.Hooks.PlayerLogoutEventArgs

EventArgs used for the PlayerHooks.PlayerLogout event.
Afficher le fichier Open project: NyxStudios/TShock Class Usage Examples

Méthodes publiques

Méthode Description
PlayerLogoutEventArgs ( TSPlayer player ) : System.Collections.Generic

Initializes a new instance of the PlayerLogoutEventArgs class.

Method Details

PlayerLogoutEventArgs() public méthode

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