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