mirror of
https://github.com/ChronosX88/mta-mono.git
synced 2025-01-22 16:06:30 +00:00
df922e1236
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.