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

Fix decimal input #2

Closed JackPendarvesRead closed 4 years ago

JackPendarvesRead commented 4 years ago

Added an extension method which checks if type is float, double or decimal and if it is append a ".0" if the string does not already have a decimal. This is to enforce it always having a decimal point making it easier to edit float type numbers.

ManlyMarco commented 4 years ago

Merged, thank you for the good work.