1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-17 10:42:19 -05:00

More radar tweaks

This commit is contained in:
RaidMax
2019-07-08 20:21:08 -05:00
parent 66a2cf0e63
commit d06cf33812
157 changed files with 173 additions and 38 deletions

View File

@ -7,6 +7,7 @@ namespace LiveRadar
public class MapInfo
{
public string Name { get; set; }
public string Alias { get; set; }
// distance from the edge of the minimap image
// to the "playable" area
public int Top { get; set; }