コード例 #1
0
 public void RemoveBuff(PlayerBuff buff)
 {
     currentPlayerBuff.Remove(buff);
     buff.DeactivateBuff();
     UpdateBuffDisplay();
 }