mirror of
https://github.com/ChronosX88/mta-mono.git
synced 2025-03-09 22:45:45 +00:00
Removed global varriables g_pModuleManager and g_pResourceManager. Added CModule class with ILuaModuleManager methods. Added CElement class for synchronizing Lua-userdata with MonoObjects. Added CElementManager for caching elements. Added CMonoArguments helper class. Fixed passing references of removed object.