mirror of
https://github.com/edubart/otclient.git
synced 2025-05-02 02:29:22 +02:00
17 lines
307 B
Plaintext
17 lines
307 B
Plaintext
Module
|
|
name: client_entergame
|
|
description: Manages enter game and character list windows
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
onLoad: |
|
|
require 'entergame'
|
|
require 'characterlist'
|
|
EnterGame.create()
|
|
return true
|
|
|
|
onUnload:
|
|
EnterGame.destroy()
|
|
|
|
|