Files
fishtanks/src/Events/FlagCaptured.h
T
2014-06-04 16:59:30 +02:00

15 lines
221 B
C++

#ifndef Events_FlagCaptured_h__
#define Events_FlagCaptured_h__
#include "Entity.h"
#include "EventBroker.h"
namespace Events
{
struct FlagCaptured : Event
{
EntityID Player;
};
}
#endif // Events_FlagCaptured_h__