(57c934c4b) Added: Padding for video text, missing xml elements for titles, instructions.

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:49:10 +02:00
parent 179b17e9aa
commit 2cdc7ce5f3
8 changed files with 227 additions and 35 deletions
@@ -228,6 +228,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;