Files
SPT-Server-Build/ExampleMods/Mods/8OnLoad/package.json
T
Chomp c9c1af653b Renamed "OnUpdate" interface
Added OnUpdate example mod

Expanded `OnUpdateOrder` options
2025-02-08 12:29:56 +00:00

14 lines
335 B
JSON

{
"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"
}