コード例 #1
0
 public void WasShot()
 {
     IsExpired = true;
     PlayerStatus.AddPoints(PointValue);
     PlayerStatus.IncreaseMultiplier();
 }