Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace PolyPerfect
|
||||
{
|
||||
[Serializable]
|
||||
public class MovementState : AIState
|
||||
{
|
||||
public float maxStateTime = 40f;
|
||||
public float moveSpeed = 3f;
|
||||
public float turnSpeed = 120f;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user