Created DTO classes

Quicksave
Justin 2025-06-19 17:16:21 +02:00
parent 3e47cd2163
commit 84ea584bb0
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package de.hs_mannheim.informatik.chess.model;
public class BoardDTO {
}

View File

@ -0,0 +1,5 @@
package de.hs_mannheim.informatik.chess.model;
public class MoveDTO {
}

View File

@ -0,0 +1,5 @@
package de.hs_mannheim.informatik.chess.model;
public class PieceDTO {
}