17 lines
321 B
Plaintext
17 lines
321 B
Plaintext
Module
|
|
name: game_market
|
|
description: Manage the Players Market system
|
|
author: BeniS
|
|
website: www.otclient.info
|
|
|
|
@onLoad: |
|
|
dofile 'marketoffer'
|
|
dofile 'marketprotocol'
|
|
dofile 'market'
|
|
MarketProtocol.init()
|
|
Market.init()
|
|
|
|
@onUnload: |
|
|
MarketProtocol.terminate()
|
|
Market.terminate()
|