mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-02-16 11:40:40 +00:00
8 lines
85 B
C++
8 lines
85 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
#include <unordered_map>
|
|
|
|
class TLuaEvent final {
|
|
};
|