Update: SLot implementation

This commit is contained in:
rubenpirreram
2026-03-22 17:54:01 +01:00
parent e7a1382909
commit 7e72d55303
2 changed files with 5 additions and 3 deletions
@@ -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