C# Class ServerPointSystem.TimeRewardPlayer

Mostrar archivo Open project: vharonftw/ServerEPRSystem

Public Properties

Property Type Description
Index int
LastNotify System.DateTime
LastReward System.DateTime
canclaim bool
notify bool

Public Methods

Method Description
TimeRewardPlayer ( int who ) : System

Method Details

TimeRewardPlayer() public method

public TimeRewardPlayer ( int who ) : System
who int
return System

Property Details

Index public_oe property

public int Index
return int

LastNotify public_oe property

public DateTime,System LastNotify
return System.DateTime

LastReward public_oe property

public DateTime,System LastReward
return System.DateTime

canclaim public_oe property

public bool canclaim
return bool

notify public_oe property

public bool notify
return bool