5 lines
211 B
C#
5 lines
211 B
C#
using System.Collections.Generic;
|
|
|
|
namespace SideScrollerGame.Content.Definitions;
|
|
|
|
public sealed record BehaviorTrackDefinition(string Id, BehaviorTrackMode Mode, IReadOnlyList<BehaviorEventDefinition> Events); |