Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
flibber-hk committed Nov 19, 2022
1 parent 48427b7 commit 56672cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SkillUpgrades/Skills/SpiralScream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ public class Circler : MonoBehaviour
private bool circled;
private float angle;

// It's kinda bad that we have to do an action like this but I want the code to run in Circler.OnEnable but depend on the
// particular Spiral Scream instance (without having a static SpiralScream.instance or whatever)
public event Func<int> OnGetDirection;

private int GetDirection()
Expand Down

0 comments on commit 56672cb

Please sign in to comment.