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;
|
private char slotId;
|
||||||
// Setters
|
// Setters
|
||||||
// End setters
|
// End setters
|
||||||
|
// Constructors
|
||||||
public Slot(char slotId) throws IllegalArgumentException
|
public Slot(char slotId) throws IllegalArgumentException
|
||||||
{
|
{
|
||||||
this.slotId = slotId;
|
this.slotId = slotId;
|
||||||
@@ -73,8 +73,6 @@ public class Slot {
|
|||||||
throw new IllegalArgumentException();
|
throw new IllegalArgumentException();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Constructors
|
|
||||||
|
|
||||||
// End Constructors
|
// End Constructors
|
||||||
|
|
||||||
// Functions
|
// Functions
|
||||||
|
|||||||
Reference in New Issue
Block a user