(cba4939e3) Formatting

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:49:24 +02:00
parent 2cdc7ce5f3
commit 632dce88c0
6 changed files with 219 additions and 8 deletions
@@ -240,6 +240,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;