Code cleanup, prepare fo ProjectileSync

This commit is contained in:
sausage
2022-05-23 15:27:51 +08:00
parent d1ffab6058
commit 7523be02b5
9 changed files with 92 additions and 120 deletions

View File

@ -82,12 +82,6 @@ namespace RageCoop.Client
public Dictionary<byte, short> Clothes { get; set; }
public float Heading { get; set; }
/// <summary>
/// The latest character position (may not have been applied yet)
/// </summary>
public Vector3 Position { get; internal set; }
public Vector3 Velocity { get; set; }
public Vector3 RotationVelocity { get; set; }
public Vector3 AimCoords { get; set; }
@ -311,7 +305,6 @@ namespace RageCoop.Client
/// <summary>
/// The latest character rotation (may not have been applied yet)
/// </summary>
public Vector3 Rotation { get; internal set; }
public byte Speed { get; set; }
private bool _lastIsJumping = false;
public bool IsJumping { get; set; }