Ordered files and folders a bit
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user