コード例 #1
0
 void CapturePrize(Prize prize)
 {
     m_hasPrize = true;
     m_prizeRef = prize;
     prize.GetCaptured(transform);
 }