Example #1
0
 public void ResetAllFouls()
 {
     _GameFouls.Clear();
     EventMediator.GetEventMediator().OnFoulsChange(_GameFouls);
 }