mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-05-02 20:19:21 +02:00
13 lines
378 B
Plaintext
13 lines
378 B
Plaintext
Module
|
|
name: client_entergame
|
|
description: Manages enter game and character list windows
|
|
author: edubart & otclient.ovh
|
|
website: https://github.com/edubart/otclient
|
|
scripts: [ entergame, characterlist ]
|
|
@onLoad: EnterGame.init() CharacterList.init()
|
|
@onUnload: EnterGame.terminate() CharacterList.terminate()
|
|
|
|
load-later:
|
|
- game_things
|
|
- game_features
|