Files
SPT-Server-Build/Libraries/Core/Helpers/GameEventHelper.cs
T
2025-01-19 17:45:48 +00:00

10 lines
109 B
C#

using SptCommon.Annotations;
namespace Core.Helpers;
[Injectable]
public class GameEventHelper
{
}