mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
Commit generated by command:
find -type f ! -path '*.git*' ! -path '*.png' ! -path '*.ico' ! -path \
'*.ogg' | xargs -I '{}' sed -i '{}' -e 's/\t*$//g' -e 's/ *$//g'
24 lines
402 B
Plaintext
24 lines
402 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'
|