mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
16 lines
266 B
Plaintext
16 lines
266 B
Plaintext
Module
|
|
name: game_containers
|
|
description: Manage containers
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
dependencies:
|
|
- game
|
|
|
|
@onLoad: |
|
|
dofile 'containers'
|
|
Containers.init()
|
|
|
|
@onUnload: |
|
|
Containers.terminate()
|