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