C# Class EssentialsPlugin.Settings.TicketPlayerItem

Mostra file Open project: rexxar-tc/EssentialsPlugin

Public Properties

Property Type Description
TicketId ulong
TimeAllocated int
TimeUsed int

Public Methods

Method Description
TicketPlayerItem ( ) : System
TicketPlayerItem ( ulong ticketId, int timeAllocated ) : System

Method Details

TicketPlayerItem() public method

public TicketPlayerItem ( ) : System
return System

TicketPlayerItem() public method

public TicketPlayerItem ( ulong ticketId, int timeAllocated ) : System
ticketId ulong
timeAllocated int
return System

Property Details

TicketId public_oe property

public ulong TicketId
return ulong

TimeAllocated public_oe property

public int TimeAllocated
return int

TimeUsed public_oe property

public int TimeUsed
return int