static int QPYX_New_YXQP(IntPtr L_YXQP)
    {
        try
        {
            ToLua.CheckArgsCount(L_YXQP, 0);
            SingletonProject <GameAsset.AssetBundleManager> .New();

            return(0);
        }
        catch (Exception e_YXQP)                {
            return(LuaDLL.toluaL_exception(L_YXQP, e_YXQP));
        }
    }
    static int New(IntPtr L)
    {
        try
        {
            ToLua.CheckArgsCount(L, 0);
            SingletonProject <GameAsset.AssetBundleManager> .New();

            return(0);
        }
        catch (Exception e)
        {
            return(LuaDLL.toluaL_exception(L, e));
        }
    }