Terraria Community Forums

TMC
TMC
I dunno :p. I learned the very basics myself, and the rest i got from looking at some example mod code and asking around for help. There are also a lot of helpful guides around the forums.
Toad God
Toad God
Can You give a link or a reference? I am learning to code and need help
Toad God
Toad God
using System;
using Terraria;
using Terraria.ID;
using Terraria.ModLoader;
using ExampleMod.Items;
using BadUtils;

Do you always put this with the items?
TMC
TMC
i always put
using System;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Terraria;
using Terraria.ID;
using Terraria.ModLoader;
Back
Top Bottom