(ef6d724ea) Fixed: Invalid pathname when triggering a video for the first time

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:48:13 +02:00
parent 7140151882
commit 27efec90c9
7 changed files with 223 additions and 12 deletions
@@ -180,6 +180,18 @@ namespace Barotrauma
private set;
}
public Vector2 LinearVelocity
{
get;
private set;
}
public float AngularVelocity
{
get;
private set;
}
public readonly float Timestamp;
public readonly UInt16 ID;