Ejemplo n.º 1
0
 /// <summary>
 /// Records the specified event.
 /// </summary>
 public void RecordEvent(BattleEvent Event)
 {
     this.Events.Add(Event.Save());
 }