mirror of
https://github.com/edubart/otclient.git
synced 2025-05-09 05:49:20 +02:00
13 lines
231 B
Plaintext
13 lines
231 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()
|