2011-12-05 19:27:07 +01:00
|
|
|
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'
|
2012-01-05 02:28:29 +01:00
|
|
|
Client.init()
|
2011-12-05 19:27:07 +01:00
|
|
|
|
|
|
|
onUnload: |
|
|
|
|
Client.terminate()
|