mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 18:19:20 +02:00
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
Module
|
|
name: client_about
|
|
description: Create the about window
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
onLoad: |
|
|
require 'about'
|
|
About.init()
|
|
|
|
onUnload:
|
|
About.terminate() |