コード例 #1
0
ファイル: Character.cs プロジェクト: tvbirch/pen_and_paper
 public CalculatedString GetNonlethalDamage()
 {
     return(HitPoints.GetNonLethal());
 }