mirror of
https://github.com/edubart/otclient.git
synced 2025-12-04 08:56:51 +01:00
reorganize modules
This commit is contained in:
16
modules/client_entergame/entergame.otmod
Normal file
16
modules/client_entergame/entergame.otmod
Normal file
@@ -0,0 +1,16 @@
|
||||
Module
|
||||
name: client_entergame
|
||||
description: Manages enter game and character list windows
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
onLoad: |
|
||||
require 'entergame'
|
||||
require 'characterlist'
|
||||
EnterGame.create()
|
||||
return true
|
||||
|
||||
onUnload:
|
||||
EnterGame.destroy()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user