diff options
Diffstat (limited to 'gamemode/hud/games/base.lua')
| -rw-r--r-- | gamemode/hud/games/base.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gamemode/hud/games/base.lua b/gamemode/hud/games/base.lua index eba7642..5bf455a 100644 --- a/gamemode/hud/games/base.lua +++ b/gamemode/hud/games/base.lua @@ -1,6 +1,8 @@ --A file to show what functions are used for minigames print("Base included!") +Game = Game or {} + --Required functions --Called once when the plyer starts casting Game.Cast = function(spelltab,difficulty) |
