mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-28 04:04:42 +02:00
ICardWithOutSuit interface
This commit is contained in:
@ -3,6 +3,10 @@ package inf112.fiasko.roborally.objects;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
/**
|
||||
* This class represents a board
|
||||
*/
|
||||
|
||||
public class Board {
|
||||
private Grid walls;
|
||||
private Grid otherObjects;
|
||||
|
Reference in New Issue
Block a user