feat: Add support for 3.6.5x
This commit is contained in:
@@ -46,6 +46,7 @@ pub enum BattleType {
|
||||
PF = 2,
|
||||
SU = 3,
|
||||
AS = 4,
|
||||
AA = 5,
|
||||
}
|
||||
|
||||
impl Default for BattleType {
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user