add-main-blender-scene

This commit is contained in:
Derrick Gremillion
2025-03-24 16:37:44 -06:00
parent ce16186c6d
commit 375b3599ca
5 changed files with 121 additions and 0 deletions

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

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