HKI Core
HKI Core
GameSystems
AI
State Machine
AIAction.cs
Go to the documentation of this file.
1
using
UnityEngine
;
2
3
namespace
HKI
.Core.AI.StateMachine
4
{
10
public
abstract
class
AIAction
: ScriptableObject
11
{
12
// Interface function
13
public
abstract
void
Act(
AIStateController
controller);
14
}
15
}
HKI.Core.AI.StateMachine.AIStateController
This is obsolete code it'll be removed later. For now it's still included for exemplary purposes for ...
Definition:
AIStateController.cs:10
HKI.Core.AI.StateMachine.AIAction
This is obsolete code it'll be removed later. For now it's still included for exemplary purposes for ...
Definition:
AIAction.cs:10
UnityEngine
HKI
Generated by
1.8.13