Beispiel #1
0
 public void AddInstantCast(WoWSpell spell)
 {
     lock (_currentFrameCasts)
     {
         _currentFrameCasts.Add(spell);
     }
 }
Beispiel #2
0
 public WoWCastBar()
 {
     Spell = new WoWSpell();
 }