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