mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 01:29:21 +02:00
18 lines
300 B
Plaintext
18 lines
300 B
Plaintext
Module
|
|
name: client_particles
|
|
description: Manages particles systems
|
|
author: baxnie
|
|
website: www.otclient.info
|
|
|
|
dependencies:
|
|
- client_extended
|
|
- client_locales
|
|
- client_topmenu
|
|
|
|
@onLoad: |
|
|
dofile 'particles'
|
|
Particles.init()
|
|
|
|
@onUnload: |
|
|
Particles.terminate()
|