(44ca39e16) Added: Escaping the video player via enter, multiple objective tracking & removing

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:46:58 +02:00
parent 474099732b
commit e65b688edd
8 changed files with 397 additions and 66 deletions
@@ -120,6 +120,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;