16 lines
256 B
Lua
16 lines
256 B
Lua
local PvpInfoConstants =
|
|
{
|
|
Tables =
|
|
{
|
|
{
|
|
Name = "PvpInfoConsts",
|
|
Type = "Constants",
|
|
Values =
|
|
{
|
|
{ Name = "MaxPlayersPerInstance", Type = "number", Value = 80 },
|
|
},
|
|
},
|
|
},
|
|
};
|
|
|
|
APIDocumentation:AddDocumentationTable(PvpInfoConstants); |