17 lines
214 B
Haxe
Raw Normal View History

2025-03-25 07:28:02 +01:00
package lnx;
2025-03-24 16:37:44 -06:00
class Game extends iron.Trait {
public function new() {
super();
// notifyOnInit(function() {
// });
// notifyOnUpdate(function() {
// });
// notifyOnRemove(function() {
// });
}
}