mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00

* IMPORTANT: dat/spr should now be placed in /data/things/ * Rename game_tibiafiles to game_things * Make battle list algorithm much faster * Split UITabBar into UITabBar and UIMoveableTabBar * Fix other minor issues
24 lines
406 B
Plaintext
24 lines
406 B
Plaintext
Module
|
|
name: gamelib
|
|
description: Contains game related classes
|
|
author: OTClient team
|
|
website: www.otclient.info
|
|
|
|
dependencies:
|
|
- game_things
|
|
|
|
@onLoad: |
|
|
dofile 'const'
|
|
dofile 'protocol'
|
|
dofile 'protocollogin'
|
|
dofile 'protocolgame'
|
|
dofile 'game'
|
|
|
|
dofile 'creature'
|
|
dofile 'player'
|
|
dofile 'market'
|
|
dofile 'thing'
|
|
dofile 'spells'
|
|
|
|
dofiles 'ui'
|