mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 13:33:27 +02: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