8 #ifndef RECAST_SERVER_SPELLEVENTLISTENER_H
9 #define RECAST_SERVER_SPELLEVENTLISTENER_H
24 tempWorld(tempWorld) {}
32 std::shared_ptr<TempWorld> tempWorld;
36 #endif //RECAST_SERVER_SPELLEVENTLISTENER_H
SpellEventListener(Spell *spell, SpellEntity *entity, Box2DWorld *world, std::shared_ptr< TempWorld > tempWorld)
Definition: SpellEventListener.hpp:20
Definition: SpellEntity.h:16
Definition: SpellEventListener.hpp:18
Definition: IEvent.hpp:18
Definition: Box2DWorld.h:26
void onEvent(IEvent &event)
Definition: SpellEventListener.cpp:10
Definition: IEventListener.hpp:13