tibia-client/modules/game_containers/containers.otmod

16 lines
260 B
Plaintext
Raw Normal View History

2012-01-13 01:31:39 +01:00
Module
name: game_containers
description: Manage containers
author: edubart, baxnie
website: www.otclient.info
2012-04-27 06:54:14 +02:00
dependencies:
- game_interface
@onLoad: |
dofile 'containers'
Containers.init()
@onUnload: |
Containers.terminate()