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

              this.Help = @"This effect adds more light to the centre of the screen and darkens around the edges.";
        }
Exemplo n.º 2
0
        private void OnEnable()
        {
            thisTarget = (VintageAmaro)target;

            this.Help = @"This effect adds more light to the centre of the screen and darkens around the edges.";
        }