This commit is contained in:
HolographicHat
2022-06-14 13:12:10 +08:00
parent 54763cbc80
commit e33ee57afc
6 changed files with 627 additions and 12 deletions

7
src/Export.cs Normal file
View File

@@ -0,0 +1,7 @@
namespace YaeAchievement;
public static class Export {
public static void A() {}
}