tibia-client/modules/client_about/about.otmod

12 lines
222 B
Plaintext
Raw Normal View History

Module
2011-12-05 19:27:07 +01:00
name: client_about
description: Create the about window
author: OTClient team
website: https://github.com/edubart/otclient
onLoad: |
require 'about'
2012-01-07 18:36:58 +01:00
About.init()
onUnload:
About.terminate()