(d9829ac) v0.9.4.0
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
namespace Barotrauma
|
||||
{
|
||||
public enum AIState { Idle, Attack, Escape, Eat }
|
||||
|
||||
abstract partial class AIController : ISteerable
|
||||
{
|
||||
public enum AIState { Idle, Attack, GoTo, Escape, Eat }
|
||||
|
||||
public bool Enabled;
|
||||
|
||||
public readonly Character Character;
|
||||
|
||||
Reference in New Issue
Block a user