This commit is contained in:
2025-03-25 07:28:02 +01:00
parent 298161cf39
commit 06ef1ceb66
3 changed files with 7 additions and 7 deletions

16
Sources/lnx/Game.hx Normal file
View File

@ -0,0 +1,16 @@
package lnx;
class Game extends iron.Trait {
public function new() {
super();
// notifyOnInit(function() {
// });
// notifyOnUpdate(function() {
// });
// notifyOnRemove(function() {
// });
}
}