This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
FelixKrull
/
CIiP-WiSe-2021-Projektarbeit-Mensch_Aerger_Dich_Nicht
Watch
2
Star
0
Fork
2
Code
Issues
Pull Requests
Projects
Releases
2
Wiki
Activity
Browse Source
Add 1 Second Delay when Player swap
develop
Jonas Wagner
3 years ago
parent
975909dacb
commit
cc248b514a
1 changed files
with
1 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
src/main/java/Game.java
1
src/main/java/Game.java
View File
@ -39,6 +39,7 @@ public class Game {
exit
(
42
)
;
exit
(
42
)
;
}
}
clearScreen
(
)
;
clearScreen
(
)
;
TimeUnit
.
SECONDS
.
sleep
(
1L
)
;
}
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
FelixKrull/CIiP-WiSe-2021-Projektarbeit-Mensch_Aerger_Dich_Nicht
Title
Body
Create Issue