From 020480e82c5537bdcd15ab3b9826f409d9e77e1a Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 17 Mar 2025 17:36:12 -0400 Subject: [PATCH] Make unknown_a & unknown_b fields of PatchEntry public --- src/patchlist.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/patchlist.rs b/src/patchlist.rs index 90a71b0..e39fb49 100644 --- a/src/patchlist.rs +++ b/src/patchlist.rs @@ -17,9 +17,9 @@ pub struct PatchEntry { pub hashes: Vec, // TODO: figure out what this is - unknown_a: i32, + pub unknown_a: i32, // TODO: ditto - unknown_b: i32, + pub unknown_b: i32, } /// A list of patch files the client is requested to download, and install.