mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +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()
|