using System.Collections.Generic; namespace FirstPlugin.Turbo.CourseMuuntStructs { public class PathGroup { public bool ConnectGroups = true; public List PathPoints = new List(); } }