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