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

can you say more radar updates?

This commit is contained in:
RaidMax
2019-07-07 14:59:14 -05:00
parent 3299ed5182
commit 1519781ab2
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;