tibia-client/modules/client_entergame/entergame.otmod

16 lines
291 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()
onUnload:
EnterGame.destroy()