mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-04-06 10:56:34 +05:00
17 lines
No EOL
387 B
Lua
17 lines
No EOL
387 B
Lua
VERSIONGLOBAL = "v1.0.4"
|
|
|
|
DeriveGamemode("sandbox")
|
|
|
|
GM.Name = "Beatrun"
|
|
GM.Author = "who cares"
|
|
GM.Email = "whocares@noone.com"
|
|
GM.Website = "www.mirrorsedge.com xd"
|
|
|
|
include("player_class/player_beatrun.lua")
|
|
|
|
include("preexecute/shared.lua")
|
|
|
|
for _, v in ipairs(file.Find("gamemodes/beatrun/gamemode/sh/*.lua", "GAME", "nameasc")) do
|
|
AddCSLuaFile("sh/" .. v)
|
|
include("sh/" .. v)
|
|
end |