Upgrade structure of code base
This commit is contained in:
11
src/DataStructures/DataPortGroups/IDataPortGroup.cs
Normal file
11
src/DataStructures/DataPortGroups/IDataPortGroup.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Godot;
|
||||
|
||||
namespace Nocturnis.DataStructures.DataPortGroups;
|
||||
|
||||
public interface IDataPortGroup
|
||||
{
|
||||
StringName SelectedType { get; set; }
|
||||
StringName[] TypeOptions { get; set; }
|
||||
void Inference();
|
||||
string Description { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user