public void RemoveBuff(PlayerBuff buff)
 {
     currentPlayerBuff.Remove(buff);
     buff.DeactivateBuff();
     UpdateBuffDisplay();
 }