mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
enable skills and vip window on right panel
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
Module
|
||||
name: skills
|
||||
description: Manage skills window
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
autoLoad: true
|
||||
dependencies:
|
||||
- game
|
||||
|
||||
onLoad: |
|
||||
require 'skills'
|
||||
Skills.create()
|
||||
return true
|
||||
|
||||
onUnload:
|
||||
Skills.destroy()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user