tibia-client/modules/client/client.otmod

26 lines
483 B
Plaintext
Raw Normal View History

Module
name: client
description: Initialize the client and setups its main window
author: edubart
website: www.otclient.info
reloadable: false
load-later:
2012-06-18 09:47:35 +02:00
- client_skins
2012-04-26 04:57:56 +02:00
- client_locales
2012-07-08 15:38:01 +02:00
//- client_particles
2012-04-27 06:54:14 +02:00
- client_topmenu
- client_background
- client_entergame
- client_options
- client_terminal
- client_modulemanager
//- client_stats
@onLoad: |
dofile 'client'
Client.init()
@onUnload: |
Client.terminate()