Renamed "OnUpdate" interface

Added OnUpdate example mod

Expanded `OnUpdateOrder` options
This commit is contained in:
Chomp
2025-02-08 12:29:56 +00:00
parent ac7b2daeba
commit c9c1af653b
12 changed files with 70 additions and 22 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"Name": "8OnLoadExample",
"Version": "1.0.0",
"SptVersion": "~4.0",
"LoadBefore": [],
"LoadAfter": [],
"IncompatibileMods": [],
"Url": "https://github.com/sp-tarkov/server-csharp/tree/develop/ExampleMods/Mods",
"IsBundleMod": false,
"Author": "SPT",
"Contributors": [],
"Licence": "MIT"
}