started making the base Match constructor.

This commit is contained in:
no
2021-05-27 00:37:04 +02:00
parent abac835b84
commit b3f762ca3c
3 changed files with 34 additions and 1 deletions

View File

@ -6,6 +6,6 @@ public class Input_Attack {
/*
* The list of all input needed to make an attack
*/
public ArrayList<Input> input_list;
//public ArrayList<Input> input_list;
}