Starting to use Uniglot for hooks standardization.

This commit is contained in:
2022-04-30 23:14:56 -05:00
parent ce2e2d3863
commit f034d627a6
17 changed files with 234 additions and 11 deletions

15
tests/test.csharp Normal file
View File

@@ -0,0 +1,15 @@
using AniNIX.Shared;
namespace AniNIX.Uniglot {
/// Test class
public class Test {
/// <summary>
/// The default function
/// </summary>
static int Main(string[] args) {
return 0;
}
}
}