mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 16:48:27 -05:00
add localized level names
intellisense suggestion junk
This commit is contained in:
13
SharedLibraryCore/Objects/Permission.cs
Normal file
13
SharedLibraryCore/Objects/Permission.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using static SharedLibraryCore.Objects.Player;
|
||||
|
||||
namespace SharedLibraryCore.Objects
|
||||
{
|
||||
public sealed class ClientPermission
|
||||
{
|
||||
public Permission Level { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user