Nuova classe creata: Calciatore

This commit is contained in:
La Programmatrice Verde 2025-04-05 10:33:36 +02:00
parent 5b6bf59427
commit 9d9f9309f3

5
Calciatore.cs Normal file
View File

@ -0,0 +1,5 @@
namespace oggetti_2;
class Calciatore {
}