mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 18:19:20 +02:00
16 lines
253 B
Plaintext
16 lines
253 B
Plaintext
Module
|
|
name: game_skills
|
|
description: Manage skills window
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
dependencies:
|
|
- game
|
|
|
|
@onLoad: |
|
|
dofile 'skills'
|
|
Skills.init()
|
|
|
|
@onUnload: |
|
|
Skills.terminate()
|