(69e52eea2) Fixed: Tutorial not resetting properly on retry

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:51:03 +02:00
parent 8b5e18c348
commit 0f405512b2
8 changed files with 240 additions and 5 deletions
@@ -324,6 +324,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;