protected override void OnDisable()
 {
     this.postEffect.Destroy();
     this.postEffect = null;
 }
 protected override void OnEnable()
 {
     this.postEffect           = ClientPostEffectsManager.Add <PostEffectPragmiumSourceExplosion>();
     this.postEffect.Intensity = this.postEffectIntensityMultiplier = 0;
 }