merge dev into test #30
@@ -2,6 +2,7 @@
|
||||
|
||||
import com.jme3.network.serializing.Serializable;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
@@ -9,7 +10,7 @@
|
||||
*/
|
||||
@Serializable
|
||||
public class Board {
|
||||
private Map<Color, PlayerData> playerData;
|
||||
private Map<Color, PlayerData> playerData = new HashMap<>();
|
||||
private final Node[] infield;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user