コード例 #1
0
ファイル: Character.cs プロジェクト: tvbirch/pen_and_paper
 public List <Save> GetSavingThrows()
 {
     return(Saves.GetSaves(_bonusDto));
 }