This commit is contained in:
OTCv8
2020-09-11 01:13:37 +02:00
parent cf931af49e
commit dfd69fd3b5
19 changed files with 308 additions and 79 deletions

View File

@@ -0,0 +1,7 @@
function init()
end
function terminate()
end

View File

@@ -0,0 +1,11 @@
Module
name: game_protocol
description: Game protocol
author: otclientv8
website: http://otclient.ovh
scripts: [ protocol ]
sandboxed: true
autoload: true
autoload-priority: 500
@onLoad: init()
@onUnload: terminate()