Skip to content

Commit

Permalink
update RegisterClickEffect doc
Browse files Browse the repository at this point in the history
  • Loading branch information
direwolf420 committed Dec 15, 2020
1 parent c573ccd commit 42077e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClickerCompat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ internal static void RegisterClickerWeapon(ModItem modItem, string borderTexture
/// <param name="mod">The mod this effect belongs to. ONLY USE YOUR OWN MOD INSTANCE FOR THIS!</param>
/// <param name="internalName">The internal name of the effect. Turns into the unique name combined with the associated mod</param>
/// <param name="displayName">The name of the effect, null if you use lang keys (Defaults to ClickEffect.[internalName].Name)</param>
/// <param name="description">The basic description of the effect, string.Empty for none</param>
/// <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>
/// <param name="amount">The amount of clicks required to trigger the effect</param>
/// <param name="action">The method that runs when the effect is triggered</param>
/// <returns>The unique identifier, null if an exception occured. READ THE LOGS!</returns>
Expand Down

0 comments on commit 42077e2

Please sign in to comment.