public void RemoveBuff(EnemyBuff buff)
 {
     enemyBuffList.Remove(buff);
     buff.DeactivateBuff();
     UpdateBuffDisplay();
 }