17 lines
214 B
Haxe
17 lines
214 B
Haxe
package lnx;
|
|
|
|
class Game extends iron.Trait {
|
|
public function new() {
|
|
super();
|
|
|
|
// notifyOnInit(function() {
|
|
// });
|
|
|
|
// notifyOnUpdate(function() {
|
|
// });
|
|
|
|
// notifyOnRemove(function() {
|
|
// });
|
|
}
|
|
}
|