mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
reorganize modules
This commit is contained in:
13
modules/client_topmenu/topmenu.otmod
Normal file
13
modules/client_topmenu/topmenu.otmod
Normal file
@@ -0,0 +1,13 @@
|
||||
Module
|
||||
name: client_topmenu
|
||||
description: Create the top menu
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
onLoad: |
|
||||
require 'topmenu'
|
||||
TopMenu.create()
|
||||
return true
|
||||
|
||||
onUnload: |
|
||||
TopMenu.destroy()
|
Reference in New Issue
Block a user