Slots System Fertig gestellt

This commit is contained in:
NBTEMP\bib
2026-09-12 16:22:50 +02:00
parent bafeea0f30
commit 5069e43993
5 changed files with 193 additions and 52 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ namespace Casino
public string Name { get; set; }
public int Alter { get; set; }
public string Passwort { get; set; }
public int Geld { get; set; }
public decimal Geld { get; set; }
public User(string n, int a, string p)
{
ID = ID_Generation();