3 lines
82 B
Java
3 lines
82 B
Java
|
public interface Action {
|
||
|
public boolean match(String input, Player player);
|
||
|
}
|