(edf82e6ca) Modified: VideoPlayer video position, medical objective completion, saving segment when objective is completed

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:50:50 +02:00
parent 91e87e8b74
commit 8b5e18c348
10 changed files with 247 additions and 37 deletions
@@ -68,6 +68,14 @@ namespace Barotrauma
private float dropItemAnimDuration = 0.5f;
private float dropItemAnimTimer;
public Item DroppedItem
{
get
{
return droppedItem;
}
}
private Item droppedItem;
private GUIComponent draggingMed;