job

job คือข้อมูลอาชีพของผู้เล่น

Table<Name, Job>

ตัวอย่างการดึงข้อมูลอาชีพของผู้เล่น

local playerJob = AFUCore.GetPlayerData().job
-- playerJob คือข้อมูลอาชีพของผู้เล่น
print(json.encode(playerJob, {indent = true}))

Last updated