New class PlayerDTO

Quicksave
Justin 2025-06-19 21:05:53 +02:00
parent 08fc96187b
commit c0bff9e7c6
1 changed files with 5 additions and 0 deletions

View File

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