Create base files (#1)

* Create base files

* Create cl_init.lua

* Create shared.lua
This commit is contained in:
Fesiug 2023-12-19 08:31:37 -05:00 committed by GitHub
parent f230a70f96
commit 84a71874d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
include("shared.lua")

View File

@ -0,0 +1,3 @@
AddCSLuaFile("cl_init.lua")
AddCSLuaFile("shared.lua")
include("shared.lua")

View File

@ -0,0 +1,2 @@
-- Include module loader here