Skip to content

Commit 42a4c73

Browse files
committed
add new docs for RegisterClickEffect
1 parent 58fb08d commit 42a4c73

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
@@ -102,7 +102,7 @@ internal static void RegisterClickerWeapon(ModItem modItem, string borderTexture
102102
/// </summary>
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>
105-
/// <param name="displayName">The name of the effect</param>
105+
/// <param name="displayName">The name of the effect, null if you use lang keys (Defaults to ClickEffect.[internalName].Name)</param>
106106
/// <param name="description">The basic description of the effect, string.Empty for none</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>

0 commit comments

Comments
 (0)