using System.Collections.Generic; namespace RenderHookAPI.Hook.Common { public interface IOverlay: IOverlayElement { List Elements { get; set; } } }