Terraria.TargetDummy.TargetDummy C# (CSharp) Method

TargetDummy() public method

public TargetDummy ( int x, int y ) : Microsoft.Xna.Framework
x int
y int
return Microsoft.Xna.Framework
        public TargetDummy(int x, int y)
        {
            this.x = (short)x;
            this.y = (short)y;
            this.npc = -1;
        }