* Schedule an attack on a player. * @param player The player that is attacking. * @param target The player that is being attacked. * @param troops The amount of troops that are attacking. * @param borderTiles The tiles from which the attack is executed, or null to use the player's border til
(player: Player, target: Player, troops: number, borderTiles: Set<number> | null = null)
source not stored for this graph (policy: none)
no test coverage detected