mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-01-02 10:43:31 +00:00
9 lines
226 B
C#
9 lines
226 B
C#
namespace Artemis.Storage.Entities.Profile;
|
|
|
|
public class LayerBrushEntity
|
|
{
|
|
public string ProviderId { get; set; }
|
|
public string BrushType { get; set; }
|
|
|
|
public PropertyGroupEntity PropertyGroup { get; set; }
|
|
} |