improved attack comments
This commit is contained in:
parent
bbdcf7f1d2
commit
dfdf9b5d9e
@ -2,6 +2,9 @@ package Actions;
|
|||||||
import input.*;
|
import input.*;
|
||||||
|
|
||||||
public class Attack {
|
public class Attack {
|
||||||
|
/**
|
||||||
|
* Defines if the attack is a special one (E.G. a fireball) or a normal one (a punch)
|
||||||
|
*/
|
||||||
private static boolean isSpecial;
|
private static boolean isSpecial;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user