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