This commit is contained in:
2025-12-13 21:41:42 +01:00
parent 33093c7399
commit a51cb0c738
30 changed files with 471 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
package hu.unideb.inf.ps;
import java.util.ArrayList;
import java.util.List;
public class Room {
private Building building;