Module
name: game_skills
description: Manage skills window
author: OTClient team
website: https://github.com/edubart/otclient
@onLoad: |
dofile 'skills'
Skills.init()
@onUnload: |
Skills.terminate()