Advertisement
Bushmeister

Universal Module Framework

Nov 18th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. UMF =
  2. {
  3. --[[class]]
  4.     Module =
  5.     {
  6.    
  7.     };
  8. --[[class]]
  9.     Player =
  10.     {
  11.    
  12.     };
  13. --[[class]]
  14.     Map =
  15.     {
  16.    
  17.     };
  18. --[[class]]
  19.     Keyboard =
  20.     {
  21.    
  22.     };
  23. --[[class]]
  24.     ShamanObjects =
  25.     {
  26.    
  27.     };
  28. --[[class]]
  29.     Grounds =
  30.     {
  31.    
  32.     };
  33. --[[class]]
  34.     String =
  35.     {
  36.    
  37.     };
  38. --[[class]]
  39.     Table =
  40.     {
  41.    
  42.     };
  43. --[[class]]
  44.     Compressing =
  45.     {
  46.    
  47.     };
  48. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement