Explorar el Código

Rename TOMLTypeConverter.cs to TomlTypeConverter.cs

Geoffrey Horsington hace 6 años
padre
commit
9584930bb2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      BepInEx/Configuration/TOMLTypeConverter.cs

+ 1 - 1
BepInEx/Configuration/TOMLTypeConverter.cs

@@ -60,4 +60,4 @@ namespace BepInEx.Configuration
 			throw new NotImplementedException("Supported type does not have a converter");
 		}
 	}
-}
+}