Ready to test

This commit is contained in:
2022-02-18 16:43:19 -07:00
parent 5183414f2b
commit 112cc94296
120 changed files with 13406 additions and 5361 deletions

View File

@ -1,13 +1,10 @@
namespace Adaptation.Shared
namespace Adaptation.Shared;
public enum ParameterType
{
public enum ParameterType
{
String = 0,
Integer = 2,
Double = 3,
Boolean = 4,
StructuredType = 5
}
String = 0,
Integer = 2,
Double = 3,
Boolean = 4,
StructuredType = 5
}