Beispiel #1
0
 public StatBoardEvent(StatBoardEnum statType, Dictionary<int, int> statValueByPlayerId)
 {
     Stat = statType;
     ValueById = statValueByPlayerId;
 }
Beispiel #2
0
 public StatBoardEvent(StatBoardEnum statType, Dictionary <int, int> statValueByPlayerId)
 {
     Stat      = statType;
     ValueById = statValueByPlayerId;
 }