mirror of
https://github.com/chev2/terraria-mods.git
synced 2025-10-30 08:11:37 +00:00
8 lines
No EOL
117 B
C#
8 lines
No EOL
117 B
C#
using Terraria.ModLoader;
|
|
|
|
namespace ZenithRecipeTooltips
|
|
{
|
|
public class ZenithRecipeTooltips : Mod
|
|
{
|
|
}
|
|
} |