mirror of
https://github.com/edubart/otclient.git
synced 2026-01-12 00:51:30 +01:00
14 lines
225 B
Plaintext
14 lines
225 B
Plaintext
Module
|
|
name: about
|
|
description: Create the about window
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
autoLoad: true
|
|
dependencies:
|
|
- core
|
|
|
|
onLoad: |
|
|
require 'about'
|
|
return true
|
|
|