This commit is contained in:
2024-09-09 16:08:48 -04:00
parent e8528bbdf3
commit d3f8d942c4
16 changed files with 214 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
public class Eagle implements Attack{
public static void main(String[] args) {
}
@Override
public void Attacking() {
System.out.println("The Eagle is going crazy and I can't fucking find his prey.");
}
}