codeChallenge/Interfaces/Attack.java
2024-09-09 16:08:48 -04:00

4 lines
50 B
Java

public interface Attack {
void Attacking();
}