Main menu finished
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#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__
|
||||
Reference in New Issue
Block a user