tibia-client/modules/entergame/entergame.otmod

16 lines
299 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
onLoad: |
require 'entergame'
require 'characterlist'
EnterGame.create()
return true
onUnload:
EnterGame.destroy()