2025-03-24 16:37:44 -06:00

17 lines
214 B
Haxe

package arm;
class Game extends iron.Trait {
public function new() {
super();
// notifyOnInit(function() {
// });
// notifyOnUpdate(function() {
// });
// notifyOnRemove(function() {
// });
}
}