5 lines
209 B
C#
5 lines
209 B
C#
#nullable enable
|
|
|
|
namespace SideScrollerGame.Content.Definitions;
|
|
|
|
public sealed record BehaviorEventDefinition(BehaviorEventKind Kind, double StartSeconds, double DurationSeconds, string? ReferenceId = null); |