fix: deprecated simulationattack
Compare changes
Files
4@@ -11,7 +11,7 @@ import java.util.Random;
@@ -39,7 +39,7 @@ public class Battle {
@@ -53,6 +53,7 @@ public class Battle {
@@ -116,21 +117,69 @@ public class Battle {
Removed the use of SimulationAttack by deprecating it. Did not delete as to a java standard: If someone else used the class and it was deleted, their code would malfunction. Did class created coupling which was unnecessary.
closes:None