mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
code style
This commit is contained in:
@@ -43,7 +43,10 @@ internal sealed class AchievementView : ObservableObject, IEntityWithMetadata<Mo
|
||||
/// </summary>
|
||||
public Model.Metadata.Achievement.Achievement Inner { get; }
|
||||
|
||||
public uint Order => Inner.Order;
|
||||
public uint Order
|
||||
{
|
||||
get => Inner.Order;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 是否选中
|
||||
|
||||
Reference in New Issue
Block a user