1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

fix issue with kick from profile

This commit is contained in:
RaidMax
2022-04-28 10:09:25 -05:00
parent 1867a641b2
commit becfb4fa7b
4 changed files with 13 additions and 7 deletions

View File

@ -11,6 +11,7 @@ public class SideContextMenuItem
public string Reference { get; set; }
public string Icon { get; set; }
public string Tooltip { get; set; }
public int? EntityId { get; set; }
}