2012-07-18 01:49:21 +02:00
|
|
|
Module
|
|
|
|
name: gamelib
|
|
|
|
description: Contains game related classes
|
|
|
|
author: OTClient team
|
|
|
|
website: www.otclient.info
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- client_extended
|
|
|
|
- game_tibiafiles
|
|
|
|
|
|
|
|
@onLoad: |
|
|
|
|
dofile 'const'
|
2012-07-19 11:12:17 +02:00
|
|
|
dofile 'protocol'
|
2012-07-18 01:49:21 +02:00
|
|
|
dofile 'protocollogin'
|
|
|
|
dofile 'protocolgame'
|
|
|
|
dofile 'game'
|
|
|
|
|
|
|
|
dofile 'creature'
|
|
|
|
dofile 'player'
|
|
|
|
dofile 'market'
|
2012-07-20 20:20:06 +02:00
|
|
|
dofile 'thing'
|
2012-08-26 11:00:50 +02:00
|
|
|
|
|
|
|
dofiles 'ui'
|