2025-06-29 10:35:00 +08:00

10 lines
181 B
Plaintext

local RelationsData = {}
RelationsData.Data = {
[201] = { name = "Friend" },
[202] = { name = "Enemy" },
[203] = { name = "Mentor" },
-- ...
}
return RelationsData