mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
Resolve "Merge the best from 7.40 branch"
This commit is contained in:
12
SabrehavenOTClient/modules/client_entergame/entergame.otmod
Normal file
12
SabrehavenOTClient/modules/client_entergame/entergame.otmod
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
Reference in New Issue
Block a user