コード例 #1
0
ファイル: CharSheet.cs プロジェクト: g5v991x/testpf
 public void Add_Feat(Feat ft)
 {
     ft.Apply_Feat (this);
 }