otclient-redemption/modules/modulelib/modulelib.otmod
2024-07-16 21:36:58 -03:00

12 lines
No EOL
331 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 'htmlcssparser/htmlparser'
dofile 'htmlcssparser/luacs'
dofile 'htmlloader'
dofile 'eventcontroller'
dofile 'controller'