luck perms discord initial
This commit is contained in:
11
LuckPerms.Torch.Discord/Abstractions/ILinkManager.cs
Normal file
11
LuckPerms.Torch.Discord/Abstractions/ILinkManager.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Torch.API;
|
||||
using Torch.API.Managers;
|
||||
|
||||
namespace LuckPerms.Torch.Discord.Abstractions;
|
||||
|
||||
public interface ILinkManager : IManager
|
||||
{
|
||||
bool IsSteamIdLinked(IPlayer player);
|
||||
|
||||
long? ResolveDiscordId(IPlayer player);
|
||||
}
|
Reference in New Issue
Block a user