Spawning special rooms

This commit is contained in:
Marco 2025-04-21 17:46:26 +02:00
commit 6e26eb21b1
17 changed files with 502 additions and 54 deletions

View file

@ -6,5 +6,7 @@ public enum RoomType
Regular,
Secret,
Shop,
Key,
Treasure,
Boss
}