Add core content definitions
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace SideScrollerGame.Content.Definitions;
|
||||
|
||||
public sealed record CameraPathPointDefinition(double TimeSeconds, double X, double Y, double Speed);
|
||||
Reference in New Issue
Block a user