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

5 lines
211 B
C#

using System.Collections.Generic;
namespace SideScrollerGame.Content.Definitions;
public sealed record BehaviorTrackDefinition(string Id, BehaviorTrackMode Mode, IReadOnlyList<BehaviorEventDefinition> Events);