コード例 #1
0
ファイル: DamageReport.cs プロジェクト: colo6299/SpaceTest
 public DamageReport()
 {
     Incoming  = WeaponInfo.CreateEmptyDictionary();
     Reduction = WeaponInfo.CreateEmptyDictionary();
 }