// IsExternalInit.cs // This type is required to support init-only setters and record types // when targeting netstandard2.0 or older frameworks. #pragma warning disable S2094 // Remove this empty class namespace GFramework.Game.Abstractions.internals; internal static class IsExternalInit { } #pragma warning restore S2094