Slots System Fertig gestellt
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user