forked from Simnation/Main
7 lines
127 B
Lua
7 lines
127 B
Lua
if Link.framework ~= 'none' and Link.framework ~= 'standalone' then
|
|
return
|
|
end
|
|
|
|
function GetPlayerJob()
|
|
return nil
|
|
end
|