コード例 #1
0
 public Entity RemoveAllies(IEnumerable <Position> friends)
 {
     return(UpdateWith(allies: Allies.RemoveRange(friends)));
 }