1
0
mirror of synced 2025-01-19 06:27:25 +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
{
}