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