(f68ad6ccc) Minor changes to tutorial texts

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:51:17 +02:00
parent 0f405512b2
commit 723df67f6f
7 changed files with 238 additions and 30 deletions
@@ -336,6 +336,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;