Main/resources/[um]/um-multicharacter/list/creditslist.lua

15 lines
763 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
Credits = {}
Credits.List = {
{ title = "Project Manager", users = { "uyuyorum {um}" } },
{ title = "Senior Software Architect", users = { "John Doe", "John Doe" } },
{ title = "Story", users = { "John Doe" } },
{ title = "Design", users = { "John Doe" } },
{ title = "3D Art", users = { "John Doe" } },
{ title = "Map", users = { "John Doe" } },
{ title = "Characters", users = { "John Doe" } },
{ title = "Tester", users = { "John Doe", "John Doe" } },
{ title = "Researcher", users = { "John Doe", "John Doe" } },
{ title = "Music", users = { "John Doe" } }
}