(8be88da45) Included videos in project, added them to xml

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:48:29 +02:00
parent 27efec90c9
commit a90ce22107
7 changed files with 246 additions and 16 deletions
@@ -192,6 +192,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;