Selaa lähdekoodia

Rename TOMLTypeConverter.cs to TomlTypeConverter.cs

Geoffrey Horsington 6 vuotta sitten
vanhempi
commit
9584930bb2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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");
 		}
 	}
-}
+}