示例#1
0
 public void UpdateStats(JournalEntry je, Stats prev, string station)
 {
     Stats = Stats.Process(je, prev, station);
 }
 public void UpdateStats(JournalEntry je, Stats stats, string station)
 {
     Statistics = stats.Process(je, station);
 }