mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 22:53:26 +02:00
Version 1.8
This commit is contained in:
5
modules/client_entergamev2/entergamev2.lua
Normal file
5
modules/client_entergamev2/entergamev2.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
function init()
|
||||
end
|
||||
|
||||
function terminate()
|
||||
end
|
10
modules/client_entergamev2/entergamev2.otmod
Normal file
10
modules/client_entergamev2/entergamev2.otmod
Normal file
@@ -0,0 +1,10 @@
|
||||
Module
|
||||
name: client_entergamev2
|
||||
description: Manages enter game and character list windows
|
||||
author: otclient.ovh
|
||||
website: http://otclient.ovh
|
||||
sandboxed: true
|
||||
scripts: [ entergamev2 ]
|
||||
@onLoad: init()
|
||||
@onUnload: terminate()
|
||||
|
Reference in New Issue
Block a user