pokemon/battle.hpp

7 lines
64 B
C++

enum battle_action {
fight,
swap_pokemon,
item,
run,
};