tibia-client/modules/client/client.otmod

23 lines
491 B
Plaintext
Raw Normal View History

Module
name: client
description: Initialize the client and setups its main window
author: edubart
website: https://github.com/edubart/otclient
reloadable: false
sandboxed: true
scripts: [ client ]
@onLoad: init()
@onUnload: terminate()
load-later:
- client_styles
2012-04-26 04:57:56 +02:00
- client_locales
2012-04-27 06:54:14 +02:00
- client_topmenu
- client_background
- client_options
2013-02-28 22:39:27 +01:00
- client_entergame
- client_terminal
- client_modulemanager
- client_serverlist
- client_stats