Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace RobotNet10.ScriptEngine.Shared;
|
||||
|
||||
public record ScriptVariableDto(string Name, string TypeName, string Value, bool Writeable);
|
||||
Reference in New Issue
Block a user