mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
14 lines
231 B
Plaintext
14 lines
231 B
Plaintext
Module
|
|
name: options
|
|
description: Create the options window
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
autoLoad: true
|
|
dependencies:
|
|
- core
|
|
|
|
onLoad: |
|
|
require 'options'
|
|
return true
|
|
|