Add: RMI
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package it.polimi.ingsw.gc14.Model;
|
||||
|
||||
public class Slot {
|
||||
import java.io.Serializable;
|
||||
|
||||
public class Slot implements Serializable {
|
||||
// Getters
|
||||
private char slotId;
|
||||
public char getSlotId() {
|
||||
|
||||
Reference in New Issue
Block a user