Server.Items.BaseExplosionPotion.ThrowTarget.ThrowTarget C# (CSharp) Méthode

ThrowTarget() public méthode

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