AddonManager.AddonProject.MemoryPatch.MemoryPatch C# (CSharp) Method

MemoryPatch() public method

public MemoryPatch ( ) : System
return System
            public MemoryPatch()
            {
                addonCreator = "Smarty McSmartyFace";
                addonDescription = "A simple description of my new addon!\r\n<p>Look at <u>all</u> this <i>fancy</i> <b>HTML</b>!</p>";
                addonName = "My New Addon";
                addonVersion = "v1.33.7";
            }
        }
AddonProject.MemoryPatch