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
:
8
ActionResuscitate
();
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
server
game
actions
action_resuscitate.h
Generado por
1.8.19