Server.Items.BaseExplosionPotion.ThrowTarget.ThrowTarget C# (CSharp) Method

ThrowTarget() public method

public ThrowTarget ( BaseExplosionPotion potion ) : System
potion BaseExplosionPotion
return System
			public ThrowTarget( BaseExplosionPotion potion ) : base( 12, true, TargetFlags.None )
			{
				m_Potion = potion;
			}
BaseExplosionPotion.ThrowTarget