namespace Prefab.Base; /// /// Represents a change in a custom attribute. /// public record GenericAttributeChange(string Key, object? OldValue, object? NewValue);