Files
com.misaki.graph-view/Runtime/Models/Nodes/RelayNode.cs
Misaki c853994bf5 Added IExecutable and ISlotContainer interface.
Changed SlotContainerNode to ExecutableNode
2024-11-05 02:25:15 +09:00

9 lines
94 B
C#

using UnityEngine;
namespace Misaki.GraphView
{
public class RelayNode
{
}
}