Add project files.
This commit is contained in:
12
L2BotDll/Events/Event.h
Normal file
12
L2BotDll/Events/Event.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
class Event
|
||||
{
|
||||
public:
|
||||
virtual const std::string GetName() const = 0;
|
||||
|
||||
Event() = default;
|
||||
virtual ~Event() = default;
|
||||
};
|
Reference in New Issue
Block a user