mirror of
https://github.com/edubart/otclient.git
synced 2025-05-18 09:59:19 +02:00
16 lines
286 B
Plaintext
16 lines
286 B
Plaintext
Module
|
|
name: game_playertrade
|
|
description: Allow to trade items with players
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
dependencies:
|
|
- game
|
|
|
|
@onLoad: |
|
|
dofile 'playertrade'
|
|
PlayerTrade.init()
|
|
|
|
@onUnload: |
|
|
PlayerTrade.terminate()
|