(34c324230) New tutorial videos

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:47:15 +02:00
parent e65b688edd
commit cf49c179dc
6 changed files with 213 additions and 8 deletions
@@ -132,6 +132,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;