User erstellt

This commit is contained in:
NBTEMP\bib
2026-06-25 15:26:42 +02:00
parent 1b0bf89942
commit ba714a26eb
+12
View File
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Casino
{
class User
{
}
}