コード例 #1
0
ファイル: WoWUnit.cs プロジェクト: tamasseller/Artemis
 public void AddInstantCast(WoWSpell spell)
 {
     lock (_currentFrameCasts)
     {
         _currentFrameCasts.Add(spell);
     }
 }
コード例 #2
0
ファイル: WoWCastBar.cs プロジェクト: tamasseller/Artemis
 public WoWCastBar()
 {
     Spell = new WoWSpell();
 }