コード例 #1
0
 public void HitByProjectile()
 {
     // lose hp?
     // time penalty?
     penaltyTime += hitPenalty;
     cameraFollow.AddScreenShake(0.5f);
     timesHit++;
     menu.PlayerHit(timesHit);
 }