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