tibia-client/modules/game_outfit/outfit.otmod

16 lines
259 B
Plaintext

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