namespace GameCreator.Runtime.VisualScripting
{
    public enum TrackType
    {
        Single,
        Range,
    }
}