LuaFramework.LuaManager.InitLuaPath C# (CSharp) 메소드

InitLuaPath() 개인적인 메소드

private InitLuaPath ( ) : void
리턴 void
        void InitLuaPath() {
            string rootPath = AppConst.FrameworkRoot;
            lua.AddSearchPath(rootPath + "/Lua");
            lua.AddSearchPath(rootPath + "/ToLua/Lua");
            //lua.AddSearchPath(Application.dataPath + "/Lua");
        }