aboutsummaryrefslogtreecommitdiff
path: root/gamemode/hud/games/base.lua
blob: eba7642ea65b2d0fb3a2cf32dafe84e811d5b13d (plain)
1
2
3
4
5
6
7
8
9
10
11
--A file to show what functions are used for minigames
print("Base included!")

--Required functions
--Called once when the plyer starts casting
Game.Cast = function(spelltab,difficulty)
end

--Called continuously while the player is casting
Game.Draw = function(self)
end