diff --git a/GamePlay/input/Input.java b/GamePlay/input/Input.java new file mode 100644 index 0000000..311b779 --- /dev/null +++ b/GamePlay/input/Input.java @@ -0,0 +1,7 @@ +package input; + +public class Input { + + public Boolean[] tab = new Boolean[8]; + +} diff --git a/GamePlay/input/Input_Attack.java b/GamePlay/input/Input_Attack.java new file mode 100644 index 0000000..169fc75 --- /dev/null +++ b/GamePlay/input/Input_Attack.java @@ -0,0 +1,7 @@ +package input; + +import java.util.ArrayList; + +public class Input_Attack { + public ArrayList input_list; +}