2012-07-15 13:49:28 +02:00
|
|
|
Module
|
|
|
|
name: game_playermount
|
|
|
|
description: Manage player mounts
|
|
|
|
author: BeniS
|
2012-07-17 16:36:27 +02:00
|
|
|
website: www.otclient.info
|
2012-07-15 13:49:28 +02:00
|
|
|
|
|
|
|
@onLoad: |
|
|
|
|
dofile 'playermount'
|
|
|
|
PlayerMount.init()
|
|
|
|
|
|
|
|
@onUnload: |
|
|
|
|
PlayerMount.terminate()
|