protected override void OnEnable()
 {
     base.OnEnable();
     MechBloomComponent = target as MechBloomComponent;
 }