1
0
mirror of synced 2025-02-15 18:22:37 +01:00

6 lines
78 B
C#
Raw Normal View History

2023-02-16 15:26:13 +08:00
namespace Domain.Entities;
public class ShopScoreRank : ScoreRank
{
}