Upgrade
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Godot;
|
||||
using Nocturnis.DataStructures.DataTypeOptions;
|
||||
using Nocturnis.DataStructures.DataTypes;
|
||||
|
||||
namespace Nocturnis.DataStructures.DataPortGroups;
|
||||
@@ -6,7 +7,7 @@ namespace Nocturnis.DataStructures.DataPortGroups;
|
||||
public interface IDataPortGroup
|
||||
{
|
||||
DataType SelectedType { get; set; }
|
||||
DataType[] TypeOptions { get; set; }
|
||||
DataTypeOption TypeOptions { get; set; }
|
||||
|
||||
void Inference();
|
||||
string Description { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user