(094e3b371) Merge branch 'tutorial-rework' of https://github.com/Regalis11/Barotrauma-development into tutorial-rework

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:47:44 +02:00
parent 37f44b87fa
commit 12f963d2a5
6 changed files with 226 additions and 0 deletions
@@ -156,6 +156,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;