mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 18:19:20 +02:00
19 lines
279 B
Plaintext
19 lines
279 B
Plaintext
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()
|
|
|
|
|