Procházet zdrojové kódy

Rename TOMLTypeConverter.cs to TomlTypeConverter.cs

Geoffrey Horsington před 6 roky
rodič
revize
9584930bb2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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");
 		}
 	}
-}
+}