Update 07082021
This commit is contained in:
11
Models/MyScriptGenerator.cs
Normal file
11
Models/MyScriptGenerator.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace BWPMModels
|
||||
{
|
||||
public class MyScriptGenerator
|
||||
{
|
||||
public string script { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user