Ordered files and folders a bit

This commit is contained in:
no
2021-05-27 00:54:28 +02:00
parent b3f762ca3c
commit 296ec9c821
9 changed files with 35 additions and 0 deletions

View File

@ -19,6 +19,9 @@ public class match {
private int hpP1, hpP2;
private int roundsWonP1, roundsWonP2;
/**
* base constructor of the match class
*/
public match() {
this.timer = 99;
this.inputsP1 = new input.InputBuffer(inputBufferSize);