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

              this.Help = "This effect gives your game a warm vintage feeling and saturated tones.";
        }
示例#2
0
        private void OnEnable()
        {
            thisTarget = (VintageXProII)target;

            this.Help = "This effect gives your game a warm vintage feeling and saturated tones.";
        }