This commit is contained in:
2023-12-25 20:34:53 +01:00
commit b69e014cbd
26 changed files with 12739 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
if (game:issingleplayer() or not Engine.InFrontend()) then
return
end
require("lobby")
require("serverlist")