Files
2023-02-16 15:26:13 +08:00

6 lines
78 B
C#

namespace Domain.Entities;
public class ShopScoreRank : ScoreRank
{
}