Initial commit to new repository
This commit is contained in:
12
.decompiledproj/AxCopilot/ViewModels/CommandStatItem.cs
Normal file
12
.decompiledproj/AxCopilot/ViewModels/CommandStatItem.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace AxCopilot.ViewModels;
|
||||
|
||||
public class CommandStatItem
|
||||
{
|
||||
public int Rank { get; init; }
|
||||
|
||||
public string Command { get; init; } = "";
|
||||
|
||||
public int Count { get; init; }
|
||||
|
||||
public double BarWidth { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user