Skip to content

Instantly share code, notes, and snippets.

using Terraria;
using Terraria.ID;
using Terraria.ModLoader;
using Microsoft.Xna.Framework;
using System;
using endgame.Content.Projectile;
using endgame.Content.Items; // Add this using statement for your custom projectiles
namespace endgame.Content.NPCs.Boss
{