actually now its usable

This commit is contained in:
zznty
2023-11-13 23:17:39 +07:00
parent aecc7ee66f
commit ce07a1e86a
41 changed files with 1401 additions and 138 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>LuckPerms.Torch.Api</id>
<version>5.4</version>
<authors>LuckPerms.Torch.Api</authors>
<description>Package Description</description>
<dependencies>
<group targetFramework=".NETFramework4.8">
<dependency id="Torch.Loader" version="1.0.0" />
<dependency id="IKVM.Maven.Sdk" version="1.6.1" />
</group>
</dependencies>
</metadata>
</package>

View File

@@ -0,0 +1,5 @@
<Project>
<ItemGroup>
<MavenReference Include="net.luckperms:api" Version="5.4" />
</ItemGroup>
</Project>