Added base Attack class parameters.
This commit is contained in:
parent
2710c91b00
commit
31d5cad0fc
@ -1,5 +1,14 @@
|
|||||||
package Actions;
|
package Actions;
|
||||||
|
import input.*;
|
||||||
|
|
||||||
public class Attack {
|
public class Attack {
|
||||||
|
private static boolean isSpecial;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The suite of Inputs to have the move come out.
|
||||||
|
* For example, a classic fireball would be something like
|
||||||
|
* {{DOWN},{DOWN,RIGHT},{RIGHT},{A}}
|
||||||
|
*/
|
||||||
|
private static Button[][] command;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user