fix: add serde skip to new param

This commit is contained in:
mostafaei2002 2024-06-04 12:47:50 +03:30
parent d6cadfbcdd
commit 2259372482

View file

@ -47,6 +47,7 @@ pub struct XvbPrivStats {
#[serde(skip)]
// so the hero mode can change between two decision of algorithm without restarting XvB.
pub runtime_mode: RuntimeMode,
#[serde(skip)]
pub runtime_manual_amount: u64
}