namespace SPTarkov.DI; public class SingletonStateHolder(T state) { public T State { get; } = state; }