This commit is contained in:
2024-08-19 19:51:50 +02:00
commit 346a14c2be
26 changed files with 1791 additions and 0 deletions
@@ -0,0 +1,6 @@
package systems.brn.servershop;
public record ItemPrice(
int buyPrice, int sellPrice
) {
}