using System.Collections.Generic; namespace SideScrollerGame.Content.Definitions; public sealed record CameraPathDefinition(string Id, string DisplayName, IReadOnlyList Points, double DefaultSpeed);