javajeu/Action.java

3 lines
82 B
Java
Raw Normal View History

public interface Action {
public boolean match(String input, Player player);
}