@@ -2,8 +2,13 @@ using Terraria.ModLoader;
namespace YHTMod {
public class YHTMod : Mod {
private static YHTMod mod;
public YHTMod() {
mod = this;
}
public static YHTMod GetInstance() {
return mod;
The note is not visible to the blocked user.