17 lines
321 B
Plaintext
17 lines
321 B
Plaintext
Module
|
|
name: client_entergame
|
|
description: Manages enter game and character list windows
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
onLoad: |
|
|
dofile 'entergame'
|
|
dofile 'characterlist'
|
|
EnterGame.init()
|
|
|
|
onUnload: |
|
|
EnterGame.terminate()
|
|
CharacterList.terminate()
|
|
|
|
|