tibia-client/modules/game_viplist/viplist.otmod

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()