Skip to content

Commit

Permalink
types :3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed Feb 12, 2025
1 parent 34e87ab commit ebe1608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/game/objects/CampaignUI.hx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CampaignUI extends FlxSprite
public var isSelected:Bool = false;

private var _defaultSize:FlxPoint = new FlxPoint();
private var events:Map<String, Dynamic> = new Map<String, Dynamic>();
private var events:Map<String, Null<CampaignUI->Void>> = new Map<String, Null<CampaignUI->Void>>();

public function new(?X:Float = 0, ?Y:Float = 0, TYPE:DaArrowType = LEFT):Void
{
Expand Down

0 comments on commit ebe1608

Please sign in to comment.