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