8 lines
173 B
C#
8 lines
173 B
C#
using Torch.API.Managers;
|
|
|
|
namespace LuckPerms.Torch.Api.Managers;
|
|
|
|
public interface ILuckPermsPlatformManager : IManager
|
|
{
|
|
net.luckperms.api.LuckPerms Api { get; }
|
|
} |