mirror of
https://github.com/edubart/otclient.git
synced 2025-05-16 00:59:21 +02:00

* partially restore vip, battle, healthbar, skills and inventory modules * more fixes on UIWidgets * implement UIMiniWindow close/minimize functionality * allow drag and drop miniwindows beteween game panels
13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
Module
|
|
name: game_viplist
|
|
description: Manage vip list window
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
@onLoad: |
|
|
dofile 'viplist'
|
|
VipList.init()
|
|
|
|
@onUnload:
|
|
VipList.terminate()
|