12 lines
201 B
C#
12 lines
201 B
C#
|
using NodeCanvas.Framework;
|
|||
|
|
|||
|
|
|||
|
namespace NodeCanvas.BehaviourTrees
|
|||
|
{
|
|||
|
|
|||
|
///<summary>The connection object for BehaviourTree nodes</summary>
|
|||
|
public class BTConnection : Connection
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|