4 lines
50 B
Java
4 lines
50 B
Java
public interface Attack {
|
|
void Attacking();
|
|
}
|
public interface Attack {
|
|
void Attacking();
|
|
}
|