Initial commit to new repository
This commit is contained in:
14
.decompiledproj/AxCopilot/ViewModels/FavoriteStatItem.cs
Normal file
14
.decompiledproj/AxCopilot/ViewModels/FavoriteStatItem.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace AxCopilot.ViewModels;
|
||||
|
||||
public class FavoriteStatItem
|
||||
{
|
||||
public int Rank { get; init; }
|
||||
|
||||
public string Name { get; init; } = "";
|
||||
|
||||
public string Path { get; init; } = "";
|
||||
|
||||
public string Icon { get; init; } = "\ue8b7";
|
||||
|
||||
public bool Exists { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user