First commit
This commit is contained in:
		@@ -0,0 +1,23 @@
 | 
			
		||||
Module
 | 
			
		||||
  name: gamelib
 | 
			
		||||
  description: Contains game related classes
 | 
			
		||||
  author: OTClient team
 | 
			
		||||
  website: https://github.com/edubart/otclient
 | 
			
		||||
 | 
			
		||||
  @onLoad: |
 | 
			
		||||
    dofile 'const'
 | 
			
		||||
    dofile 'util'
 | 
			
		||||
    dofile 'protocol'
 | 
			
		||||
    dofile 'protocollogin'
 | 
			
		||||
    dofile 'protocolgame'
 | 
			
		||||
    dofile 'position'
 | 
			
		||||
    dofile 'game'
 | 
			
		||||
 | 
			
		||||
    dofile 'creature'
 | 
			
		||||
    dofile 'player'
 | 
			
		||||
    dofile 'market'
 | 
			
		||||
    dofile 'textmessages'
 | 
			
		||||
    dofile 'thing'
 | 
			
		||||
    dofile 'spells'
 | 
			
		||||
 | 
			
		||||
    dofiles 'ui'
 | 
			
		||||
		Reference in New Issue
	
	Block a user