//IdleMoveEnd
 static private void IdleMoveEndExecute(StatusInfoPartsEventManagerExecuteState mine, StatusInfoPartsEventManager statusInfoPartsEventManager, float timeRegulation, t13.TimeFluctProcess timeFluctProcess)
 {
     for (int i = 0; i < statusInfoPartsEventManager.GetexecuteEventStatusInfosParts().Count; ++i)
     {
         statusInfoPartsEventManager.GetexecuteEventStatusInfosParts()[i].ProcessIdleEnd();
     }
 }
 //AllColorUpdate
 static private void AllColorUpdateExecute(StatusInfoPartsEventManagerExecuteState mine, StatusInfoPartsEventManager statusInfoPartsEventManager, float timeRegulation, t13.TimeFluctProcess timeFluctProcess)
 {
     for (int i = 0; i < statusInfoPartsEventManager.GetexecuteEventStatusInfosParts().Count; ++i)
     {
         statusInfoPartsEventManager.GetexecuteEventStatusInfosParts()[i].ProcessStateAllColorUpdateExecute(
             timeRegulation
             , timeFluctProcess
             , statusInfoPartsEventManager.GetExecuteEndColors()[i]
             );
     }
 }
 //None
 static private void NoneExecute(StatusInfoPartsEventManagerExecuteState mine, StatusInfoPartsEventManager statusInfoPartsEventManager, float timeRegulation, t13.TimeFluctProcess timeFluctProcess)
 {
 }