add missing package.json and attributes, added example 22
This commit is contained in:
@@ -3,9 +3,11 @@ using Core.Models.Eft.Dialog;
|
||||
using Core.Models.Eft.Profile;
|
||||
using Core.Servers;
|
||||
using Core.Services;
|
||||
using SptCommon.Annotations;
|
||||
|
||||
namespace _21CustomCommandoCommand;
|
||||
|
||||
[Injectable]
|
||||
public class CustomCommandoCommand : IChatCommand
|
||||
{
|
||||
private DatabaseServer _databaseServer;
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Name": "21CustomCommandoCommand",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user