2011-11-03 10:59:11 +01:00
|
|
|
Module
|
2011-12-05 19:27:07 +01:00
|
|
|
name: client_options
|
2011-11-03 10:59:11 +01:00
|
|
|
description: Create the options window
|
|
|
|
author: OTClient team
|
|
|
|
website: https://github.com/edubart/otclient
|
2011-12-05 19:27:07 +01:00
|
|
|
|
2011-11-03 10:59:11 +01:00
|
|
|
onLoad: |
|
|
|
|
require 'options'
|
2012-01-07 18:36:58 +01:00
|
|
|
Options.init()
|
2012-01-06 09:48:59 +01:00
|
|
|
|
2012-01-07 18:36:58 +01:00
|
|
|
onUnload:
|
|
|
|
Options.terminate()
|