Skip to content

Commit

Permalink
Cleanup :D
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarcleint authored Feb 18, 2024
1 parent b02839d commit 78e25fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/funkin/backend/scripting/events/AmountEvent.hx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ final class AmountEvent extends CancellableEvent {
* Amount
*/
public var amount:Int;
}

/**
* Shows wether or not psych users complained about this class
*/
public var psychUsersComplained:Bool = true;
}

0 comments on commit 78e25fb

Please sign in to comment.