My Project
|
Classes | |
class | PlayerStats |
Public Member Functions | |
PlayerStats | GetStats (Player p) |
PlayerStats | GetSumStats (Player p) |
void | Reset () |
Public Attributes | |
Dictionary< ushort, PlayerStats > | stats = new Dictionary<ushort, PlayerStats>(64) |
Dictionary< ushort, List< PlayerStats > > | historical = new Dictionary<ushort, List<PlayerStats>>(64) |
Additional Inherited Members | |
![]() | |
static T | _instance |
![]() | |
static T | Get [get] |
Returns the singleton instance. | |