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