Class ReinforceInfantryCombatAction

All Implemented Interfaces:
Serializable, EntityAction

public class ReinforceInfantryCombatAction extends InfantryCombatAction
Action to REINFORCE existing infantry vs. infantry combat in a building. Only valid when combat ALREADY exists in the target building.
See Also:
  • Constructor Details

    • ReinforceInfantryCombatAction

      public ReinforceInfantryCombatAction(int entityId, int targetId)
      Creates a new reinforce infantry combat action.
      Parameters:
      entityId - the reinforcing infantry entity ID
      targetId - the target entity ID (AbstractBuildingEntity)
  • Method Details