Files
SPT-Server-Build/Libraries/SPTarkov.Server.Core/Helpers/GameEventHelper.cs
T
2025-03-07 13:16:43 +00:00

9 lines
126 B
C#

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