beatrun/beatrun/gamemodes/beatrun/gamemode/shared.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