7 lines
122 B
C#
7 lines
122 B
C#
using SPTarkov.DI.Annotations;
|
|
|
|
namespace SPTarkov.Server.Core.Helpers;
|
|
|
|
[Injectable]
|
|
public class GameEventHelper { }
|