namespace GeometryTD.Core
{
public enum ProcedureMainFlowPhase
Hub = 0,
NodeActive = 1,
RunCompletedPendingFinish = 2
}