mirror of
https://github.com/edubart/otclient.git
synced 2025-05-28 06:34:29 +02:00
13 lines
220 B
Plaintext
13 lines
220 B
Plaintext
Module
|
|
name: game_playermount
|
|
description: Manage player mounts
|
|
author: BeniS
|
|
website: www.otclient.infox
|
|
|
|
@onLoad: |
|
|
dofile 'playermount'
|
|
PlayerMount.init()
|
|
|
|
@onUnload: |
|
|
PlayerMount.terminate()
|