lemon_mbl/enums.rs
1pub mod monster_flag;
2pub mod monster_physical_type;
3pub mod monster_elemental_type;
4pub mod save_file_mode;
5pub mod damage_type;
6pub mod team_side;
7pub mod action_target;
8pub mod event_target;
9pub mod type_resonance;
10pub mod battle_event_feedback_type;
11pub mod resource_type;
12pub mod modifier_flag;
13pub mod status_effect;
14pub mod battle_event_feedback_source_type;
15pub mod ability_trigger_type;
16pub mod ability_target;
17pub mod locale;