コード例 #1
0
 /// <summary>
 /// 人を追加する処理
 /// </summary>
 private void AddHuman()
 {
     hManager.CreateHuman();
     nowLineAddCount++;
 }