Updated RelayNode;
Added ISlot interface; Added ProxySlot;
This commit is contained in:
@@ -2,11 +2,16 @@
|
||||
{
|
||||
public interface IExecutable
|
||||
{
|
||||
public bool IsExecuted
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Execute the node.
|
||||
/// </summary>
|
||||
public void Execute();
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Clear the execution flag.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user