Files
zfxaction26_1/godot/scripts/content/definitions/BehaviorEventDefinition.cs

5 lines
209 B
C#

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