Skip to content

Commit 42077e2

Browse files
committed
update RegisterClickEffect doc
1 parent c573ccd commit 42077e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClickerCompat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ internal static void RegisterClickerWeapon(ModItem modItem, string borderTexture
103103
/// <param name="mod">The mod this effect belongs to. ONLY USE YOUR OWN MOD INSTANCE FOR THIS!</param>
104104
/// <param name="internalName">The internal name of the effect. Turns into the unique name combined with the associated mod</param>
105105
/// <param name="displayName">The name of the effect, null if you use lang keys (Defaults to ClickEffect.[internalName].Name)</param>
106-
/// <param name="description">The basic description of the effect, string.Empty for none</param>
106+
/// <param name="description">The basic description of the effect, string.Empty for none, null if you use lang keys (Defaults to ClickEffect.[internalName].Description)</param>
107107
/// <param name="amount">The amount of clicks required to trigger the effect</param>
108108
/// <param name="action">The method that runs when the effect is triggered</param>
109109
/// <returns>The unique identifier, null if an exception occured. READ THE LOGS!</returns>

0 commit comments

Comments
 (0)