diff --git a/GamePlay/Actions/Attack.java b/GamePlay/Actions/Attack.java index 7a55549..4e769c4 100644 --- a/GamePlay/Actions/Attack.java +++ b/GamePlay/Actions/Attack.java @@ -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; /**