Argentum Online - Servidor
action_use_ability.h
1
#ifndef ACTION_USE_ABILITY_H
2
#define ACTION_USE_ABILITY_H
3
4
#include "../position.h"
5
#include "action.h"
6
7
class
ActionUseAbility
:
public
Action
{
8
private
:
9
position_t
target;
10
11
public
:
12
ActionUseAbility
(
position_t
target);
13
14
void
execute(
Map
& map, EntityId entity_id)
const override
;
15
};
16
17
#endif // ACTION_USE_ABILITY_H
Action
Definition:
action.h:9
Map
Definition:
map.h:47
position
Definition:
position.h:8
ActionUseAbility
Definition:
action_use_ability.h:7
server
game
actions
action_use_ability.h
Generado por
1.8.19