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