riversong code showcase
This commit is contained in:
20
Source/Riversong/Game/World/Agents/AgentStateMachineStep.cs
Normal file
20
Source/Riversong/Game/World/Agents/AgentStateMachineStep.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
// ReSharper disable InconsistentNaming
|
||||
public enum AgentStateMachineStep
|
||||
{
|
||||
None,
|
||||
|
||||
#region Generic
|
||||
|
||||
ReturningHome,
|
||||
|
||||
#endregion
|
||||
|
||||
#region Hunter
|
||||
|
||||
Hunter_SeekingPrey
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user