forked from Simnation/Main
14 lines
763 B
Lua
14 lines
763 B
Lua
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" } }
|
|
}
|