1
0
mirror of synced 2025-02-19 12:04:21 +01:00

6 lines
81 B
C#
Raw Normal View History

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