コード例 #1
0
 public Province ReinforcedBy(Soldiers another) => GiveUpTo(Army.Join(another));
コード例 #2
0
ファイル: Province.cs プロジェクト: VojtechStransky/Imperit
 public Province ReinforcedBy(Army another) => WithArmy(Army.Join(another));