otclient-redemption/modules/startup/startup.otmod
2023-05-11 11:38:24 -03:00

10 lines
200 B
Text

Module
name: startup
description: Setups its main window
author: conde2
website: conde2
reloadable: false
sandboxed: true
scripts: [ startup ]
@onLoad: init()
@onUnload: terminate()