otclient-redemption/modules/modulelib/modulelib.otmod
Renato Machado f97007320f
improve: html/css v0.3b (#1333)
- Added support for reactive *for loops
- Implemented full event propagation system
- Fixed align-items to properly center elements vertically
- Fixed several bugs (and probably added a few new ones too 😆)
2025-10-04 18:50:59 -03:00

10 lines
No EOL
259 B
Text

Module
name: modulelib
description: Contains classes to control/create modules easily and safely
author: OTClient team
website: https://github.com/mehah/otclient
@onLoad: |
dofile 'watchlist'
dofile 'eventcontroller'
dofile 'controller'