tibia-client/modules/client_main/client.otmod

15 lines
296 B
Plaintext
Raw Normal View History

2012-02-06 20:19:47 +01:00
Module
name: client_main
description: Initialize the client and setups its main window
author: OTClient team
website: https://github.com/edubart/otclient
autoload: true
autoload-antecedence: 100
onLoad: |
dofile 'client'
Client.init()
onUnload: |
Client.terminate()