Skip to content

Commit 58fb08d

Browse files
committed
update for 1.2.3
1 parent 290e65f commit 58fb08d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ClickerCompat.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)