BepInEx / BepInEx.ConfigurationManager

Plugin configuration manager for BepInEx
https://www.patreon.com/ManlyMarco
GNU Lesser General Public License v3.0
231 stars 53 forks source link

Supress compiler warnings for ConfigurationManagerAttributes #3

Closed harbingerofme closed 4 years ago

harbingerofme commented 4 years ago

add #pragma warning disable 0649 to ConfigurationManagerAttributes to make it easier for everyone using this file. This disables the unused field warning.