using System.Collections.Generic; using Artemis.Storage.Entities.Profile; using SkiaSharp; namespace Artemis.Core.Models.Profile { public abstract class PropertiesProfileElement : ProfileElement { } }