private void OnAttach() { BuffController buff = BuffController.MakeNewIfNone(this.block.tank); buff.AddBuff(this); base.block.tank.AnchorEvent.Subscribe(new Action <ModuleAnchor, bool, bool>(this.OnAnchor)); }