private void OnEnable()
        {
            thisTarget = (VintageWalden)target;

              this.Help = "Gives your game washed-out, bluish colors and adds a slight corner vignetting.";
        }
Example #2
0
        private void OnEnable()
        {
            thisTarget = (VintageWalden)target;

            this.Help = "Gives your game washed-out, bluish colors and adds a slight corner vignetting.";
        }