add-main-blender-scene
This commit is contained in:
16
Sources/arm/Game.hx
Normal file
16
Sources/arm/Game.hx
Normal file
@ -0,0 +1,16 @@
|
||||
package arm;
|
||||
|
||||
class Game extends iron.Trait {
|
||||
public function new() {
|
||||
super();
|
||||
|
||||
// notifyOnInit(function() {
|
||||
// });
|
||||
|
||||
// notifyOnUpdate(function() {
|
||||
// });
|
||||
|
||||
// notifyOnRemove(function() {
|
||||
// });
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user