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