C# Class ServerPointSystem.TimeRewardPlayer

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

public int Index
return int

LastNotify public property

public DateTime,System LastNotify
return System.DateTime

LastReward public property

public DateTime,System LastReward
return System.DateTime

canclaim public property

public bool canclaim
return bool

notify public property

public bool notify
return bool