Exemplo n.º 1
0
 private void Awake()
 {
     controller = GetComponent <MusicGalleryController>();
     checkpoint = Utils.FindNovaGameController().CheckpointManager;
     LuaRuntime.Instance.BindObject("musicUnlockHelper", this);
 }
Exemplo n.º 2
0
 private void Awake()
 {
     checkpointManager = Utils.FindNovaGameController().CheckpointManager;
     LuaRuntime.Instance.BindObject("imageUnlockHelper", this);
 }
Exemplo n.º 3
0
 private void Awake()
 {
     scriptLoader.Init(scriptPath);
     flowChartTree     = scriptLoader.GetFlowChartTree();
     checkpointManager = GetComponent <CheckpointManager>();
 }