mirror of
https://github.com/edubart/otclient.git
synced 2025-05-05 20:19:21 +02:00
16 lines
243 B
Plaintext
16 lines
243 B
Plaintext
Module
|
|
name: game_outfit
|
|
description: Change local player outfit
|
|
author: baxnie, edubart
|
|
website: www.otclient.info
|
|
|
|
dependencies:
|
|
- game
|
|
|
|
@onLoad: |
|
|
dofile 'outfit'
|
|
Outfit.init()
|
|
|
|
@onUnload: |
|
|
Outfit.terminate()
|