namespace GameCreator.Runtime.Common
{
    public interface IPolymorphicList
    { }
}