Add core content definitions
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SideScrollerGame.Content.Definitions;
|
||||
|
||||
public sealed record CameraPathDefinition(string Id, string DisplayName, IReadOnlyList<CameraPathPointDefinition> Points, double DefaultSpeed);
|
||||
Reference in New Issue
Block a user