mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-19 17:36:50 +00:00
Make unknown_a & unknown_b fields of PatchEntry public
This commit is contained in:
parent
d3918c1382
commit
020480e82c
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ pub struct PatchEntry {
|
|||
pub hashes: Vec<String>,
|
||||
|
||||
// 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue