mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-02-16 08:20:40 +00:00
Modify LUA
This commit is contained in:
@@ -36,4 +36,8 @@ namespace LuaAPI {
|
||||
bool IsFile(const std::string& Path);
|
||||
std::string ConcatPaths(sol::variadic_args Args);
|
||||
}
|
||||
namespace CL {
|
||||
void SendPacket(int ID, const std::string& Packet);
|
||||
void SendNotify(int ID, const std::string& Notify);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user