ed83c4c011
fix bug with unbanned players still showing as banned via lock icon move player based stuff into client class finally renamed Player to EFClient via partial class don't try to run this build because it's in between stages
11 lines
241 B
C#
11 lines
241 B
C#
using static SharedLibraryCore.Database.Models.EFClient;
|
|
|
|
namespace SharedLibraryCore.Objects
|
|
{
|
|
public sealed class ClientPermission
|
|
{
|
|
public Permission Level { get; set; }
|
|
public string Name { get; set; }
|
|
}
|
|
}
|