コード例 #1
0
 public void OnSpeakerHit()
 {
     _boxingGlove.HitObject(CurrentCharacter.transform);
     CurrentCharacter.GetHit();
 }