File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ internal static class ClickerCompat
2222
2323 //This is the version of the calls that are used for the mod.
2424 //If Clicker Class updates, it will keep working on the outdated calls, but new features might not be available
25- internal static readonly Version apiVersion = new Version ( 1 , 2 , 2 ) ;
25+ internal static readonly Version apiVersion = new Version ( 1 , 2 , 3 ) ;
2626
2727 internal static string versionString ;
2828
@@ -133,7 +133,9 @@ internal static List<string> GetAllEffectNames()
133133
134134 /// <summary>
135135 /// Access an effect's stats. <see cref="null"/> if not found.
136- /// "InternalName": The unique name (string).
136+ /// "Mod": The mod the effect belongs to (string).
137+ /// | "InternalName": The internal name (string).
138+ /// | "UniqueName": The unique name (string).
137139 /// | "DisplayName": The displayed name (string).
138140 /// | "Description": The description (string).
139141 /// | "Amount": The amount of clicks to trigger the effect (int).
You can’t perform that action at this time.
0 commit comments