Hello world

This commit is contained in:
2022-11-03 22:48:29 +01:00
parent c73a88f392
commit 76561273a8
16 changed files with 219 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
using Terraria.ModLoader;
namespace YHTMod {
public class YHTMod : Mod {
public YHTMod() {
}
}
}