Argentum Online - Servidor
action_resuscitate.h
1 #ifndef ACTION_RESUSCITATE_H
2 #define ACTION_RESUSCITATE_H
3 
4 #include "action.h"
5 
6 class ActionResuscitate : public Action {
7  public:
9 
10  void execute(Map& map, EntityId entity_id) const override;
11 };
12 
13 #endif // ACTION_RESUSCITATE_H
Action
Definition: action.h:9
ActionResuscitate
Definition: action_resuscitate.h:6
Map
Definition: map.h:47