public interface Action extends Serializable
| Modifier and Type | Method and Description |
|---|---|
List<GameEvent> |
apply(int playerID,
GameState state) |
boolean |
isLegal(int playerID,
GameState state) |
Copyright © 2017 FOSS Galaxy. All rights reserved.