1
0
mirror of synced 2024-12-18 09:15:54 +01:00
GC-local-server-rewrite/Domain/Entities/ShopScoreRank.cs

6 lines
78 B
C#
Raw Normal View History

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