mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 10:09:21 +02:00
16 lines
299 B
Plaintext
16 lines
299 B
Plaintext
Module
|
|
name: 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()
|
|
|
|
|