ForgeZombieBullet.Setup C# (CSharp) Method

Setup() public method

public Setup ( ForgeZombie, hitTarget, float lifespan ) : void
hitTarget ForgeZombie,
lifespan float
return void
	public void Setup(ForgeZombie hitTarget, float lifespan)
	{
		_hitTarget = hitTarget;
		Lifespan = lifespan;
	}
}
ForgeZombieBullet