You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Items/Weapons/Clickers/ExampleClickerWithEffect.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ public override void SetStaticDefaults()
32
32
//Here we register a click effect which we reference in SetDefaults through AddEffect
33
33
stringuniqueName=ClickerCompat.RegisterClickEffect(Mod,"ExampleEffect","Mini Clickers","Creates 5 Mini Clickers around the cursor for 20% damage",6,Color.Red,delegate(Playerplayer,EntitySource_ItemUse_WithAmmosource,Vector2position,inttype,intdamage,floatknockBack)
0 commit comments