Ejemplo n.º 1
0
        // Use this for initialization
        void Start()
        {
            DontDestroyOnLoad(this);
            StartScript();

            _app = new Bacon.App(_luaenv);
            _start.SetupRoot();
        }
Ejemplo n.º 2
0
        // Use this for initialization
        void Start()
        {
            DontDestroyOnLoad(this);
            _app = new Bacon.App(this);
            _dic = new Dictionary <string, Action <Notification> >();

            if (_start != null)
            {
                _start.SetupStartRoot();
            }
            else
            {
                throw new System.Exception("not imple");
            }
        }