Exemple #1
0
        public void Run(string file)
        {
            luna.DoFile(file);

            update      = luna.GetGlobal("update");
            fixedUpdate = luna.GetGlobal("fixedUpdate");
            lateUpdate  = luna.GetGlobal("lateUpdate");
        }