From dfdf9b5d9e3443a2196a62feb454ae387fc07b75 Mon Sep 17 00:00:00 2001 From: no Date: Thu, 27 May 2021 15:00:20 +0200 Subject: [PATCH] improved attack comments --- GamePlay/Actions/Attack.java | 3 +++ 1 file changed, 3 insertions(+) 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; /**