#nullable enable namespace Content.Shared.GameTicking { public interface IResettingEntitySystem { void Reset(); } }