diff options
| author | Alexander Pickering <Alexander.Pickering@anondomain.site90.net> | 2016-04-16 04:17:06 -0400 |
|---|---|---|
| committer | Alexander Pickering <Alexander.Pickering@anondomain.site90.net> | 2016-04-16 04:17:06 -0400 |
| commit | f679e1e93372223f468a759f3820f68011b1ddce (patch) | |
| tree | b07a42cd633563c2983d4f9920afb826287a3fe0 /gamemode/client/hud.lua | |
| parent | 28a485732c7e070a24db525da8c90159546908f8 (diff) | |
| download | gmstranded-f679e1e93372223f468a759f3820f68011b1ddce.tar.gz gmstranded-f679e1e93372223f468a759f3820f68011b1ddce.tar.bz2 gmstranded-f679e1e93372223f468a759f3820f68011b1ddce.zip | |
Refactored init.lua code for planting console commands
Diffstat (limited to 'gamemode/client/hud.lua')
| -rw-r--r-- | gamemode/client/hud.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gamemode/client/hud.lua b/gamemode/client/hud.lua new file mode 100644 index 0000000..ff6e224 --- /dev/null +++ b/gamemode/client/hud.lua @@ -0,0 +1 @@ +--print("Hello, from /gamemode/client/hud.lua!") |
