10 lines
181 B
Plaintext
Raw Normal View History

2025-06-29 10:35:00 +08:00
local RelationsData = {}
RelationsData.Data = {
[201] = { name = "Friend" },
[202] = { name = "Enemy" },
[203] = { name = "Mentor" },
-- ...
}
return RelationsData