2021-05-26 23:38:14 +02:00
|
|
|
package input;
|
|
|
|
|
|
|
|
import java.util.ArrayList;
|
|
|
|
|
|
|
|
public class Input_Attack {
|
2021-05-26 23:43:26 +02:00
|
|
|
/*
|
|
|
|
* The list of all input needed to make an attack
|
|
|
|
*/
|
2021-05-27 00:37:04 +02:00
|
|
|
//public ArrayList<Input> input_list;
|
2021-05-26 23:43:26 +02:00
|
|
|
|
2021-05-26 23:38:14 +02:00
|
|
|
}
|