tibia-client/modules/client_options/options.otmod

16 lines
257 B
Plaintext
Raw Normal View History

Module
2011-12-05 19:27:07 +01:00
name: client_options
description: Create the options window
author: edubart, BeniS
website: www.otclient.info
2012-02-06 20:19:47 +01:00
dependencies:
- client_topmenu
2011-12-05 19:27:07 +01:00
@onLoad: |
dofile 'options'
2012-01-07 18:36:58 +01:00
Options.init()
2012-01-06 09:48:59 +01:00
@onUnload: |
2012-03-28 18:20:07 +02:00
Options.terminate()