[This is preliminary documentation and subject to change.]
Saves a statistic to in-memory storage
Saves a statistic to in-memory storage
public StatisticsRow SaveStatistic(bool,string,double,DateTime);
Saves a statistic to in-memory storage
public StatisticsRow SaveStatistic(bool,string,string,DateTime);
Saves a statistic to in-memory storage
public StatisticsRow SaveStatistic(string,double,bool,DateTime);
Saves a statistic to in-memory storage
public StatisticsRow SaveStatistic(string,double,DateTime);
Saves a statistic to in-memory storage
public StatisticsRow SaveStatistic(string,string,bool,DateTime);
Saves a statistic to in-memory storage
public StatisticsRow SaveStatistic(string,string,DateTime);
StatsEngine Class | HeroStats.StatsEngine Namespace