tibia-client/modules/gamelib/gamelib.otmod

27 lines
486 B
Plaintext
Raw Normal View History

Module
name: gamelib
description: Contains game related classes
author: OTClient team
website: https://github.com/edubart/otclient
dependencies:
- game_things
@onLoad: |
dofile 'const'
2014-06-02 00:04:56 +02:00
dofile 'util'
dofile 'protocol'
dofile 'protocollogin'
dofile 'protocolgame'
2014-06-01 08:11:52 +02:00
dofile 'position'
dofile 'game'
dofile 'creature'
dofile 'player'
dofile 'market'
dofile 'textmessages'
dofile 'thing'
dofile 'spells'
dofiles 'ui'