(4b07ea1ca) Removed unused method from HumanoidAnimController

This commit is contained in:
Joonas Rikkonen
2019-04-08 19:16:51 +03:00
parent 63971c90a9
commit 5876097da4
3 changed files with 1 additions and 85 deletions
@@ -153,41 +153,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 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();
if (hit) hitQueue = true;
held = binding.IsDown();
if (held) heldQueue = true;
}
#endif
public void SetState()
{
hit = binding.IsHit();