This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ; | |
import flixel.FlxG; | |
import flixel.util.FlxPool; | |
import haxe.ds.ObjectMap; | |
class Events | |
{ | |
public static function addHandler(object:Dynamic, event:String, handler:Dynamic -> Void, permanent:Bool = false) | |
{ |
NewerOlder