Fix and complete JavaDoc comments
This commit is contained in:
@@ -9,6 +9,12 @@ import java.io.Serializable;
|
||||
import java.util.*;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* Abstract base class for all order logic cards.
|
||||
*
|
||||
* <p>An order logic card manages the turn order of the players and defines
|
||||
* the behavior used to update the order during the game.
|
||||
*/
|
||||
public abstract class OrderLogicCard implements Serializable {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user