1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-23 13:40:20 -05:00

can you say more radar updates?

This commit is contained in:
RaidMax
2019-07-07 14:59:14 -05:00
parent 64331f31ef
commit 66a2cf0e63
3 changed files with 129 additions and 7 deletions

View File

@ -19,6 +19,7 @@ namespace LiveRadar
public int MaxLeft { get; set; }
public int MaxRight { get; set; }
public float Rotation { get; set; }
public float ViewPositionRotation { get; set; }
public float CenterX { get; set; }
public float CenterY { get; set; }
public float Scaler { get; set; } = 1.0f;