Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace RobotNet10.ScriptEngine.Models;
|
||||
|
||||
public record ScriptMissionParameterModel(string Name, Type Type, object? DefaultValue = null);
|
||||
Reference in New Issue
Block a user