Add project files.
This commit is contained in:
17
L2BotDll/Events/HeroDeletedEvent.h
Normal file
17
L2BotDll/Events/HeroDeletedEvent.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include "Event.h"
|
||||
|
||||
class HeroDeletedEvent : public Event
|
||||
{
|
||||
public:
|
||||
static constexpr const char* name = "heroDeleted";
|
||||
|
||||
const std::string GetName() const
|
||||
{
|
||||
return std::string(name);
|
||||
}
|
||||
|
||||
HeroDeletedEvent() = default;
|
||||
virtual ~HeroDeletedEvent() = default;
|
||||
};
|
Reference in New Issue
Block a user