comment HighScore

This commit is contained in:
PatPrz 2024-10-14 11:12:14 +02:00
parent 3681472f06
commit 1fda99e4b3

View File

@ -6,6 +6,7 @@ using System.Threading.Tasks;
namespace lab1_PP
{
//class HighScore
internal class HighScore
{
public string Name { get; set; }