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