Module
name: game_outfit
description: Change local player outfit
author: baxnie, edubart
website: www.otclient.info
dependencies:
- game_interface
@onLoad: |
dofile 'outfit'
Outfit.init()
@onUnload: |
Outfit.terminate()