mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
reorganize modules
This commit is contained in:
22
modules/client/client.otmod
Normal file
22
modules/client/client.otmod
Normal file
@@ -0,0 +1,22 @@
|
||||
Module
|
||||
name: client
|
||||
description: Load all other otclient dependecies
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
// NOTE: order does matter
|
||||
dependencies:
|
||||
- client_background
|
||||
- client_topmenu
|
||||
- client_tibiafiles
|
||||
- client_about
|
||||
- client_options
|
||||
- client_entergame
|
||||
- game
|
||||
|
||||
onLoad: |
|
||||
require 'client'
|
||||
return Client.init()
|
||||
|
||||
onUnload: |
|
||||
Client.terminate()
|
Reference in New Issue
Block a user