mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00

* implemente Container class * restore module containers * add lua bindings for std::map * improve grid layout * fixes in UIItem rendering * changes in miniwindow design
16 lines
265 B
Plaintext
16 lines
265 B
Plaintext
Module
|
|
name: game_containers
|
|
description: Manage containers
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
dependecies:
|
|
- game
|
|
|
|
@onLoad: |
|
|
dofile 'containers'
|
|
Containers.init()
|
|
|
|
@onUnload: |
|
|
Containers.terminate()
|