tibia-client/modules/client_about/about.otmod

19 lines
326 B
Plaintext
Raw Normal View History

Module
2011-12-05 19:27:07 +01:00
name: client_about
description: Create the about window
author: OTClient team
website: https://github.com/edubart/otclient
2012-02-06 20:19:47 +01:00
autoload: true
autoload-antecedence: 160
unloadable: true
dependencies:
- client_topmenu
onLoad: |
dofile 'about'
2012-01-07 18:36:58 +01:00
About.init()
onUnload: |
2012-02-07 01:41:53 +01:00
About.terminate()