Switch-Toolbox/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Paths/PathGroup.cs
2019-04-06 19:11:59 -04:00

9 lines
195 B
C#

using System.Collections.Generic;
namespace FirstPlugin.Turbo.CourseMuuntStructs
{
public class PathGroup
{
public List<PathPoint> PathPoints = new List<PathPoint>();
}
}