using System.Collections.Generic; namespace Unity.VisualScripting { public class ConnectionCollection : ConnectionCollectionBase> where TConnection : IConnection { public ConnectionCollection() : base(new List()) { } } }