c:\Users\JA\Documents\My Games\Terraria\ModLoader\Mod Sources\InfiniumMod\NPCs\NPCTown.cs(13,30) : error CS0115: 'InfiniumMod.NPCs.NPCTown.Autoload(ref string, ref string)': no suitable method found to override
I have NO idea how to fix it.
Code for NPC:
Town NPC Error
I have NO idea how to fix it.
Code for NPC:
Code:
using System; using System.Collections.Generic; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace InfiniumMod.NPCs { public class...