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'
|