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