Guest User

Untitled

a guest
Jan 19th, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. -- ToolBox - A package of tools for game and map developers
  2. -- Authors: CarRepairer, FLOZi, knorke
  3. -- Thanks: jK (Chili), Tobi (LUS)
  4.  
  5. local modinfo = {
  6. name = "ToolBox",
  7. shortName = "TB",
  8. version = "v0.1",
  9. game = "ToolBox",
  10. shortGame = "TB",
  11. mutator = "Official",
  12. description = "Useful tools for game development",
  13. modtype = 1,
  14. depend = {
  15. "Spring Cursors",
  16. "Spring Tutorial Game",
  17. }
  18. }
  19.  
  20. return modinfo
Advertisement
Add Comment
Please, Sign In to add comment