Used AI to restructure the razor pages into distinct nodes.
This commit is contained in:
8
Models/PipelineStep.cs
Normal file
8
Models/PipelineStep.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace BattSim.Models;
|
||||
|
||||
public struct PipelineStep
|
||||
{
|
||||
public bool Expanded;
|
||||
public bool Completed;
|
||||
public bool isProcessing;
|
||||
}
|
||||
Reference in New Issue
Block a user