public override void Attach(BaseGameEntity target)
 {
     Target = target;
     Target.AddBuff(this);
     OnEnter();
 }