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