From ba714a26eb40559690b398e2211d5b224e5af669 Mon Sep 17 00:00:00 2001 From: "NBTEMP\\bib" Date: Thu, 25 Jun 2026 15:26:42 +0200 Subject: [PATCH] User erstellt --- Casino/User.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Casino/User.cs diff --git a/Casino/User.cs b/Casino/User.cs new file mode 100644 index 0000000..36037dd --- /dev/null +++ b/Casino/User.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Casino +{ + class User + { + } +}