Exemplo n.º 1
0
 public void AddCasting(LogCastingEvent cast, int time)
 {
     //var spell = AddSpell(cast.Spell);
     //spell.Times.Add(time);
 }
Exemplo n.º 2
0
 public void AddCasting(LogCastingEvent cast)
 {
     AddParticipant(cast.Source).AddCasting(cast, TotalDuration - 1);
 }