コード例 #1
0
 /// <summary>
 ///     Marks the player as dead.
 /// </summary>
 public void KillPlayer()
 {
     governmentService.KillPlayer();
 }