mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
[refactor] removed generic parameter from Player
This commit is contained in:
parent
99854be1fb
commit
1867a150c1
12 changed files with 15 additions and 23 deletions
|
|
@ -94,7 +94,7 @@ import org.apache.log4j.Logger;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class HumanPlayer extends PlayerImpl<HumanPlayer> {
|
||||
public class HumanPlayer extends PlayerImpl {
|
||||
|
||||
private final transient PlayerResponse response = new PlayerResponse();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue