tibia-client/modules/client_entergame/entergame.otmod

17 lines
307 B
Plaintext
Raw Normal View History

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