1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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