static int C_UploadBattleVideo_0x550(IntPtr L)
    {
        LuaScriptMgr.CheckArgsCount(L, 4);
        Games.Module.Wars.WarService       obj  = (Games.Module.Wars.WarService)LuaScriptMgr.GetNetObjectSelf(L, 1, "Games.Module.Wars.WarService");
        CC.Runtime.PB.ProtoBattleVideoInfo arg0 = (CC.Runtime.PB.ProtoBattleVideoInfo)LuaScriptMgr.GetNetObject(L, 2, typeof(CC.Runtime.PB.ProtoBattleVideoInfo));
        int arg1 = (int)LuaScriptMgr.GetNumber(L, 3);
        int arg2 = (int)LuaScriptMgr.GetNumber(L, 4);

        obj.C_UploadBattleVideo_0x550(arg0, arg1, arg2);
        return(0);
    }