Default AI kernel to behavior tree
This commit is contained in:
parent
c522c505f4
commit
4b0b3bebef
@ -4,9 +4,9 @@ namespace Logic.AI
|
||||
{
|
||||
public static class AIKernelRegistry
|
||||
{
|
||||
private static Func<IAIKernel> _kernelFactory = () => new DirectorAIKernel();
|
||||
private static Func<IAIKernel> _kernelFactory = () => new BehaviourTreeAIKernel();
|
||||
|
||||
public static AIKernelType CurrentKernelType { get; private set; } = AIKernelType.Director;
|
||||
public static AIKernelType CurrentKernelType { get; private set; } = AIKernelType.BehaviourTree;
|
||||
public static int Version { get; private set; }
|
||||
|
||||
public static void Register(AIKernelType kernelType)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user