improved attack comments

This commit is contained in:
no 2021-05-27 15:00:20 +02:00
parent bbdcf7f1d2
commit dfdf9b5d9e

View File

@ -2,6 +2,9 @@ package Actions;
import input.*;
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;
/**