Ejemplo n.º 1
0
 public void RemoveSfx(int nSpellID)
 {
     if (sfxManager == null)
     {
         return;
     }
     sfxManager.RemoveSfx(nSpellID);
 }