tibia-client/modules/entergame/entergame.otmod

22 lines
375 B
Plaintext
Raw Normal View History

2011-11-02 04:02:56 +01:00
Module
name: entergame
description: Manages enter game and character list windows
author: OTClient team
website: https://github.com/edubart/otclient
autoLoad: true
dependencies:
- core
- topmenu
- background
onLoad: |
require 'entergame'
require 'characterlist'
EnterGame.create()
return true
onUnload:
EnterGame.destroy()