mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
9 lines
226 B
C#
9 lines
226 B
C#
using Artemis.Storage.Entities.Profile.Nodes;
|
|
|
|
namespace Artemis.VisualScripting.Nodes.List;
|
|
|
|
public class ListOperatorEntity
|
|
{
|
|
public NodeScriptEntity? Script { get; set; }
|
|
public ListOperator Operator { get; set; }
|
|
} |