瀏覽代碼

Rename TOMLTypeConverter.cs to TomlTypeConverter.cs

Geoffrey Horsington 6 年之前
父節點
當前提交
9584930bb2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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");
 		}
 	}
-}
+}