mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-08 16:56:08 +00:00
rename JsonSerialize to JsonEncode, JsonDeserialize to JsonDecode
This commit is contained in:
@@ -22,7 +22,7 @@ namespace MP {
|
||||
bool IsPlayerConnected(int ID);
|
||||
void Sleep(size_t Ms);
|
||||
void PrintRaw(sol::variadic_args);
|
||||
std::string JsonSerialize(const sol::table& object);
|
||||
std::string JsonEncode(const sol::table& object);
|
||||
}
|
||||
namespace FS {
|
||||
std::pair<bool, std::string> CreateDirectory(const std::string& Path);
|
||||
|
||||
Reference in New Issue
Block a user