first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using NodeCanvas.Framework;
|
||||
|
||||
|
||||
namespace NodeCanvas.BehaviourTrees
|
||||
{
|
||||
|
||||
///<summary>The connection object for BehaviourTree nodes</summary>
|
||||
public class BTConnection : Connection
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user