Nuova classe creata: Giocatore

This commit is contained in:
La Programmatrice Verde 2025-05-02 08:47:17 +02:00
parent c8ebedbf44
commit 67992bd178

5
Giocatore.cs Normal file
View File

@ -0,0 +1,5 @@
namespace squadre_calcio;
class Giocatore {
}