tibia-client/modules/client/client.otmod

23 lines
423 B
Plaintext
Raw Normal View History

2011-12-05 19:27:07 +01:00
Module
name: client
description: Load all other otclient dependecies
author: OTClient team
2012-01-19 20:15:38 +01:00
website: https://github.com/edubart/otclient
2011-12-05 19:27:07 +01:00
// 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()