Files
TorchPlugins/LuckPerms.Torch.Utils/Api/Managers/ILuckPermsPlatformManager.cs
2023-11-20 19:36:35 +07:00

8 lines
173 B
C#

using Torch.API.Managers;
namespace LuckPerms.Torch.Api.Managers;
public interface ILuckPermsPlatformManager : IManager
{
net.luckperms.api.LuckPerms Api { get; }
}