Sound test
This commit is contained in:
@@ -10,7 +10,9 @@ namespace Casino
|
||||
public class Slot_System
|
||||
{
|
||||
int[,] slots = new int[3, 6];
|
||||
bool fertig = false;
|
||||
|
||||
public bool getFertig () { return fertig; }
|
||||
|
||||
public async Task roll()
|
||||
{
|
||||
@@ -26,6 +28,7 @@ namespace Casino
|
||||
counter++;
|
||||
await Task.Delay(1000);
|
||||
}
|
||||
fertig = true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user