mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 22:13:27 +02:00
Use new coding style in game modules
Lots of refactoring and changes Remove docs folder
This commit is contained in:
@@ -3,10 +3,7 @@ Module
|
||||
description: Manage vip list window
|
||||
author: baxnie, edubart
|
||||
website: www.otclient.info
|
||||
|
||||
@onLoad: |
|
||||
dofile 'viplist'
|
||||
VipList.init()
|
||||
|
||||
@onUnload: |
|
||||
VipList.terminate()
|
||||
sandboxed: true
|
||||
scripts: [ viplist.lua ]
|
||||
@onLoad: init()
|
||||
@onUnload: terminate()
|
||||
|
Reference in New Issue
Block a user