add missing package.json and attributes, added example 22

This commit is contained in:
CWX
2025-02-10 21:31:44 +00:00
parent 685f2eb39b
commit 08ec102f99
6 changed files with 115 additions and 0 deletions
@@ -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;