mirror of
https://github.com/edubart/otclient.git
synced 2025-05-03 02:59:21 +02:00
16 lines
267 B
Plaintext
16 lines
267 B
Plaintext
Module
|
|
name: pingbar
|
|
description: Show ping in game
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
autoLoad: false
|
|
autoLoadAntecedence: 1000
|
|
|
|
onLoad: |
|
|
require 'pingbar'
|
|
PingBar.init()
|
|
|
|
onUnload: |
|
|
PingBar.terminate()
|