Module
name: game_outfit
description: Change local player outfit
author: OTClient team
website: https://github.com/edubart/otclient
@onLoad: |
dofile 'outfit'
Outfit.init()
@onUnload: |
Outfit.terminate()