2011-11-03 13:17:10 +01:00
|
|
|
Module
|
2011-12-05 19:27:07 +01:00
|
|
|
name: game_viplist
|
2011-11-03 13:17:10 +01:00
|
|
|
description: Manage vip list window
|
|
|
|
author: OTClient team
|
|
|
|
website: https://github.com/edubart/otclient
|
2012-03-22 22:47:52 +01:00
|
|
|
|
|
|
|
@onLoad: |
|
2012-02-06 05:39:52 +01:00
|
|
|
dofile 'viplist'
|
2012-03-28 16:10:21 +02:00
|
|
|
VipList.init()
|
|
|
|
|
|
|
|
@onUnload:
|
|
|
|
VipList.terminate()
|