namespace Sandbox.k.Common; public struct ConstraintsSettingsBase<T> { [Property] public T Offset { get; set; } }