4 lines
142 B
C#
4 lines
142 B
C#
namespace RobotNet10.ScriptEngine.Shared;
|
|
|
|
public record ScriptVariableDto(string Name, string TypeName, string Value, bool Writeable);
|