C# Class EssentialsPlugin.Settings.TicketPlayerItem

Show 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 property

public ulong TicketId
return ulong

TimeAllocated public property

public int TimeAllocated
return int

TimeUsed public property

public int TimeUsed
return int