C# Класс TShockAPI.Hooks.PlayerPostLoginEventArgs

EventArgs used for the PlayerHooks.PlayerPostLogin event.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PlayerPostLoginEventArgs ( TSPlayer ply ) : System.Collections.Generic

Initializes a new instance of the PlayerPostLoginEventArgs class.

Описание методов

PlayerPostLoginEventArgs() публичный Метод

Initializes a new instance of the PlayerPostLoginEventArgs class.
public PlayerPostLoginEventArgs ( TSPlayer ply ) : System.Collections.Generic
ply TSPlayer The player who fired the event.
Результат System.Collections.Generic