コード例 #1
0
ファイル: Empire.cs プロジェクト: Beyonders/Beyond-Beyaan
 public void SetUpContacts(List<Empire> allEmpires)
 {
     ContactManager = new ContactManager(this, allEmpires);
 }