Quantcast
Viewing all articles
Browse latest Browse all 7890

Problem with my mod.. Error CS1061

I have problem with my projectile file..

My Projectile file:
Code:
using System;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Terraria;
using Terraria.ID;
using Terraria.ModLoader;

namespace Apocalypse.Items.Projectiles
{

    public class RSProjectile : ModProjectile
    {
        public override void SetDefaults()
        {
            projectile.name = "RSProjectile";
            projectile.width = 20;      
            projectile.height = 28;...
Problem with my mod.. Error CS1061

Viewing all articles
Browse latest Browse all 7890

Trending Articles