otclient-redemption/modules/client/client.otmod
Jerzy Skalski 35886cb370
feat: OTCv8 proxy system #978
OTCv8 Proxy System copied from https://github.com/OTCv8/otcv8-dev
2024-11-29 13:40:41 -03:00

22 lines
493 B
Text

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
- client_locales
- client_topmenu
- client_bottommenu
- client_background
- client_options
- client_entergame
- client_terminal
- client_debug_info
- client_serverlist