mirror of
https://github.com/chev2/terraria-mods.git
synced 2026-05-31 05:41:20 +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
|
|
{
|
|
}
|
|
} |