(8ac0eb1bc) Add the remaining texts.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:26:42 +03:00
parent a447a47661
commit 0325ddf9c6
8 changed files with 119 additions and 299 deletions
@@ -162,6 +162,21 @@ 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();