コード例 #1
0
ファイル: CK2World.cs プロジェクト: Dinglydell/CK2Helper
 public void AddTitle(CK2Title title)
 {
     CK2Titles.Add(title.Name, title);
 }