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