Server.Items.BaseExplosionPotion.ThrowTarget.ThrowTarget C# (CSharp) Метод

ThrowTarget() публичный Метод

public ThrowTarget ( BaseExplosionPotion potion ) : System
potion BaseExplosionPotion
Результат System
			public ThrowTarget( BaseExplosionPotion potion ) : base( 12, true, TargetFlags.None )
			{
				m_Potion = potion;
			}
BaseExplosionPotion.ThrowTarget