mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-04-29 18:59:20 +02:00
24 lines
451 B
Plaintext
24 lines
451 B
Plaintext
Module
|
|
name: gamelib
|
|
description: Contains game related classes
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
@onLoad: |
|
|
dofile 'const'
|
|
dofile 'util'
|
|
dofile 'protocol'
|
|
dofile 'protocollogin'
|
|
dofile 'protocolgame'
|
|
dofile 'position'
|
|
dofile 'game'
|
|
|
|
dofile 'creature'
|
|
dofile 'player'
|
|
dofile 'market'
|
|
dofile 'textmessages'
|
|
dofile 'thing'
|
|
dofile 'spells'
|
|
|
|
dofiles 'ui'
|