diff --git a/library/src/hxdoom/core/ActorCore.hx b/library/src/hxdoom/core/ActorCore.hx index 4820e48..6083d3c 100644 --- a/library/src/hxdoom/core/ActorCore.hx +++ b/library/src/hxdoom/core/ActorCore.hx @@ -9,18 +9,8 @@ import hxdoom.utils.geom.Angle; */ class ActorCore { - public static var ActorList:Array Void> - public static var ActiveList:Array; - - public static function Summon(_actorID:Int, _x:Float = 0, _y:Float = 0, _angle:Angle = 0) { - if (ActorList[_actorID] == null) { - ActiveList.push(Actor.CONSTRUCTOR([]); - } - } - public function new() { - } - + } } \ No newline at end of file