C# Class EssentialsPlugin.Settings.TicketPlayerItem

Afficher le fichier Open project: rexxar-tc/EssentialsPlugin

Méthodes publiques

Свойство Type Description
TicketId ulong
TimeAllocated int
TimeUsed int

Méthodes publiques

Méthode Description
TicketPlayerItem ( ) : System
TicketPlayerItem ( ulong ticketId, int timeAllocated ) : System

Method Details

TicketPlayerItem() public méthode

public TicketPlayerItem ( ) : System
Résultat System

TicketPlayerItem() public méthode

public TicketPlayerItem ( ulong ticketId, int timeAllocated ) : System
ticketId ulong
timeAllocated int
Résultat System

Property Details

TicketId public_oe property

public ulong TicketId
Résultat ulong

TimeAllocated public_oe property

public int TimeAllocated
Résultat int

TimeUsed public_oe property

public int TimeUsed
Résultat int