implement pm admins command for issue #170

This commit is contained in:
RaidMax
2020-09-26 17:17:21 -05:00
parent 7e3c74e63c
commit 2ab0cfa9be
6 changed files with 116 additions and 4 deletions

View File

@ -1,5 +1,6 @@
using System.Threading.Tasks;
using static SharedLibraryCore.Database.Models.EFClient;
using static SharedLibraryCore.Server;
namespace SharedLibraryCore.Interfaces
{
@ -35,6 +36,11 @@ namespace SharedLibraryCore.Interfaces
/// </summary>
Permission Permission { get; }
/// <summary>
/// Games the command is supported on
/// </summary>
Game[] SupportedGames { get; }
/// <summary>
/// Syntax for using the command
/// </summary>