(f4fb7a3ad) Rename "automatic orders" to "autonomous objectives".

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:24:45 +03:00
parent e284e1039a
commit 9fab69663b
9 changed files with 384 additions and 73 deletions
@@ -162,21 +162,6 @@ namespace Barotrauma
get { return binding; }
}
public void SetState()
{
hit = binding.IsHit();
if (hit) hitQueue = true;
held = binding.IsDown();
if (held) heldQueue = true;
}
#endif
public KeyOrMouse State
{
get { return binding; }
}
public void SetState()
{
hit = binding.IsHit();