package buff func NewFightShieldBuff() *FightShieldBuff { return &FightShieldBuff{} } type FightShieldBuff struct { FightBuff }