mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
implement npc trade interface
This commit is contained in:
15
modules/game_npctrade/npctrade.otmod
Normal file
15
modules/game_npctrade/npctrade.otmod
Normal file
@@ -0,0 +1,15 @@
|
||||
Module
|
||||
name: game_npctrade
|
||||
description: NPC trade interface
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
dependencies:
|
||||
- game
|
||||
|
||||
@onLoad: |
|
||||
dofile 'npctrade'
|
||||
NPCTrade.init()
|
||||
|
||||
@onUnload: |
|
||||
NPCTrade.terminate()
|
Reference in New Issue
Block a user