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