mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 13:56:02 +01:00
11 lines
212 B
Lua
11 lines
212 B
Lua
function GetCoreObject()
|
|
return NDCore
|
|
end
|
|
|
|
function NDCore.Functions.GetSelectedCharacter()
|
|
return NDCore.SelectedCharacter
|
|
end
|
|
|
|
function NDCore.Functions.GetCharacters()
|
|
return NDCore.Characters
|
|
end |