Sfoglia il codice sorgente

Rename TOMLTypeConverter.cs to TomlTypeConverter.cs

Geoffrey Horsington 6 anni fa
parent
commit
9584930bb2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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");
 		}
 	}
-}
+}