mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 14:03:26 +02:00
a lot of changes in modules
This commit is contained in:
14
modules/client_main/client.otmod
Normal file
14
modules/client_main/client.otmod
Normal file
@@ -0,0 +1,14 @@
|
||||
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()
|
Reference in New Issue
Block a user