private void PushBuffInternal(PlayerBuff buff)
 {
     buff.Init(this);
     buff.Begin();
     Buffs.Add(buff);
 }