Made a sword with the code of the example energy (excalibur clone) sword and changed it to work in my mod. But I keep getting one error.
"thingamajing\Content\Items\weapons\HerosBlade.cs(6,28): error code CS0234: The type or namespace name 'Projectiles' does not exist in the namespace 'thingamajing.Content' (are you missing an assembly reference?)"
I tried to remove that line of code that's causing the problem before, and it does remove the error im talking about but generates another. Does anyone know how to do this because im just confused of how it worked in the example energy sword code but not in mine.
"thingamajing\Content\Items\weapons\HerosBlade.cs(6,28): error code CS0234: The type or namespace name 'Projectiles' does not exist in the namespace 'thingamajing.Content' (are you missing an assembly reference?)"
I tried to remove that line of code that's causing the problem before, and it does remove the error im talking about but generates another. Does anyone know how to do this because im just confused of how it worked in the example energy sword code but not in mine.
Last edited: