예제 #1
0
 public BondingTarget(PetBondingPotion potion) : base(1, false, TargetFlags.None)
 {
     m_Potion = potion;
 }