namespace GeometryTD.Definition
{
public enum ProcedureMainCombatEntryBlockReason
None = 0,
InventoryUnavailable = 1,
NoValidParticipantTower = 2
}