diff --git a/src/game-lib-a-component-a.js b/src/game-lib-a-component-a.js index 18e364d..ac8c4bd 100644 --- a/src/game-lib-a-component-a.js +++ b/src/game-lib-a-component-a.js @@ -63,7 +63,20 @@ GameLib.Component = function( */ if (this.linked) { try { - this.createInstance(); + + if (!this.delayed) { + this.createInstance(); + } + // else { + // GameLib.Event.Subscribe( + // GameLib.Event.DELAYED_INSTANCE, + // function(data) { + // + // } + // ) + // } + // + } catch (error) { console.error(error); }