Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local DEMO = {}
- DEMO.Title = "NAME"
- DEMO.Author = "AUTHOR"
- function DEMO:OnStart()
- end
- function DEMo:OnEnd()
- end
- function DEMO:OnDraw(w, h, fade, delta, ent)
- end
- demoman.AddDemo(DEMO)
- demoman.SelectDemo(DEMO.Title)
Advertisement
Add Comment
Please, Sign In to add comment