Files
SPT-Server-Build/Libraries/SPTarkov.Server.Core/Helpers/GameEventHelper.cs
T
2025-06-18 17:09:20 +00:00

7 lines
122 B
C#

using SPTarkov.DI.Annotations;
namespace SPTarkov.Server.Core.Helpers;
[Injectable]
public class GameEventHelper { }