20 lines
403 B
Plaintext
20 lines
403 B
Plaintext
Module
|
|
name: client_entergame
|
|
description: Manages enter game and character list windows
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
reloadable: true
|
|
|
|
dependencies:
|
|
- client_topmenu
|
|
|
|
@onLoad: |
|
|
dofile 'entergame'
|
|
dofile 'characterlist'
|
|
EnterGame.init()
|
|
CharacterList.init()
|
|
|
|
@onUnload: |
|
|
EnterGame.terminate()
|
|
CharacterList.terminate()
|