Argentum Online - Servidor
pickup_loot_handler.h
1
#ifndef PICKUP_LOOT_HANDLER_H
2
#define PICKUP_LOOT_HANDLER_H
3
4
#include "../../include/event.h"
5
#include "../../include/event_handler.h"
6
7
class
PickupLootHandler
:
public
EventHandler
{
8
public
:
9
PickupLootHandler
();
10
11
void
push_event(
const
Event
& ev)
override
;
12
};
13
14
#endif // PICKUP_LOOT_HANDLER_H
Event
Definition:
event.h:55
EventHandler
Clase abstracta para el manejo de eventos.
Definition:
event_handler.h:10
PickupLootHandler
Definition:
pickup_loot_handler.h:7
server
events
pickup_loot_handler.h
Generado por
1.8.19