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