You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 rivejä
486 B

Module
name: gamelib
description: Contains game related classes
author: OTClient team
website: https://github.com/edubart/otclient
dependencies:
- game_things
@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'