ソースを参照

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");
 		}
 	}
-}
+}