(bce1100e8) ClientCode.projitems update

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:45:45 +02:00
parent ff4ecd15b3
commit 556d86ed4f
8 changed files with 51 additions and 34 deletions
@@ -60,6 +60,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;