1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-08 14:18:20 -05:00
RaidMax 39d31dbe3c combined Penalty and EFPenalty
moved some classes around
2019-05-29 16:55:35 -05:00

11 lines
246 B
C#

using static SharedLibraryCore.Database.Models.EFClient;
namespace SharedLibraryCore.Localization
{
public sealed class ClientPermission
{
public Permission Level { get; set; }
public string Name { get; set; }
}
}