using System.Collections.Generic; namespace SM.Base.Scene { public interface IShowCollection { List Objects { get; } } }