Files
BeamMP-Server/include/TLuaEvent.h
Lion Kortlepel 3805d7ce6c Begin Lua Rewrite
The idea is to move everything to TLuaEngine.
2021-04-02 00:44:57 +02:00

8 lines
85 B
C++

#pragma once
#include <string>
#include <unordered_map>
class TLuaEvent final {
};