protected override void OnEnable()
        {
            base.OnEnable();

            SpawnPointHelper.RegisterModifierWithSpawners(this.gameObject, this);
        }