10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
|
local RelationsData = {}
|
||
|
|
||
|
RelationsData.Data = {
|
||
|
[201] = { name = "Friend" },
|
||
|
[202] = { name = "Enemy" },
|
||
|
[203] = { name = "Mentor" },
|
||
|
-- ...
|
||
|
}
|
||
|
|
||
|
return RelationsData
|