コード例 #1
0
 public Entity AddAllies(IEnumerable <Position> friends)
 {
     return(UpdateWith(allies: Allies.SetItems(friends.ToDictionary(e => e, e => Dungeon.Wall))));
 }