public StatBuff() { Buffs = new CreatureStats.StatNums(); }
public StatBuff(float time, CreatureStats.StatNums buffs) : base(time) { Buffs = buffs; }