mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-27 23:46:56 +01:00
7 lines
176 B
Text
7 lines
176 B
Text
|
/// @description
|
||
|
#region deserialize
|
||
|
if(!struct_has(LOAD_ADDON, name)) exit;
|
||
|
var _mp = json_parse(LOAD_ADDON[$ name]);
|
||
|
|
||
|
lua_call(thread, "deserialize", _mp);
|
||
|
#endregion
|