tibia-client/modules/client_entergame/entergame.otmod

17 lines
364 B
Plaintext

Module
name: client_entergame
description: Manages enter game and character list windows
author: OTClient team
website: https://github.com/edubart/otclient
autoload: true
autoload-antecedence: 150
onLoad: |
dofile 'entergame'
dofile 'characterlist'
EnterGame.init()
onUnload: |
EnterGame.terminate()
CharacterList.terminate()