feat: Add support for 3.6.5x

This commit is contained in:
amizing25
2025-09-25 20:02:12 +07:00
parent 77f4bdf686
commit f1ef8d8da2
8 changed files with 62007 additions and 46875 deletions
+1
View File
@@ -46,6 +46,7 @@ pub enum BattleType {
PF = 2,
SU = 3,
AS = 4,
AA = 5,
}
impl Default for BattleType {
+1
View File
@@ -17,6 +17,7 @@ impl_from!(Monster, SceneMonster, |value| {
monster_id: value.monster_id,
max_hp: value.max_hp,
cur_hp: value.max_hp,
extra_info: None,
}
});