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