(65082ada7) Changed some tutorial text titles

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:52:01 +02:00
parent c0192ad19b
commit 018fcb0fa0
7 changed files with 219 additions and 19 deletions
@@ -372,6 +372,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;