Usagirei 6 rokov pred
rodič
commit
2ab00deeb8
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      BepInEx/ConfigWrapper.cs

+ 1 - 1
BepInEx/ConfigWrapper.cs

@@ -5,7 +5,7 @@ namespace BepInEx
 {
     public interface IConfigConverter<T>
     {
-        string ConvertToString<T>(T value);
+        string ConvertToString(T value);
         T ConvertFromString(string str);
     }