mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
create in game interface panels and renable about and options windows
This commit is contained in:
13
modules/about/about.otmod
Normal file
13
modules/about/about.otmod
Normal file
@@ -0,0 +1,13 @@
|
||||
Module
|
||||
name: about
|
||||
description: Create the about window
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
autoLoad: true
|
||||
dependencies:
|
||||
- core
|
||||
|
||||
onLoad: |
|
||||
require 'about'
|
||||
return true
|
||||
|
Reference in New Issue
Block a user