Add core content definitions
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#nullable enable
|
||||
|
||||
namespace SideScrollerGame.Content.Definitions;
|
||||
|
||||
public sealed record BehaviorEventDefinition(BehaviorEventKind Kind, double StartSeconds, double DurationSeconds, string? ReferenceId = null);
|
||||
Reference in New Issue
Block a user