Update: SLot implementation
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package it.polimi.ingsw.gc14.Model;
|
||||
|
||||
public class GameStages {
|
||||
}
|
||||
@@ -24,7 +24,7 @@ public class Slot {
|
||||
private char slotId;
|
||||
// Setters
|
||||
// End setters
|
||||
|
||||
// Constructors
|
||||
public Slot(char slotId) throws IllegalArgumentException
|
||||
{
|
||||
this.slotId = slotId;
|
||||
@@ -73,8 +73,6 @@ public class Slot {
|
||||
throw new IllegalArgumentException();
|
||||
}
|
||||
}
|
||||
// Constructors
|
||||
|
||||
// End Constructors
|
||||
|
||||
// Functions
|
||||
|
||||
Reference in New Issue
Block a user