otclient-redemption/modules/modulelib/modulelib.otmod

12 lines
331 B
Text
Raw Permalink Normal View History

2024-07-16 21:36:58 -03:00
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'