(2972c6da9) Add a missing text.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:04:29 +03:00
parent 039d07f693
commit 5def53f7bd
17 changed files with 202 additions and 79 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();