Added UpdateUseItem method from d253863

This commit is contained in:
Joonas Rikkonen
2018-04-01 22:42:53 +03:00
parent 41800aff77
commit d00b52882f
4 changed files with 40 additions and 13 deletions
@@ -68,6 +68,7 @@ namespace Barotrauma
public virtual void DragCharacter(Character target) { }
public virtual void UpdateUseItem(bool allowMovement, Vector2 handPos) { }
}
}