Teleport works, item pickup is broken

This commit is contained in:
2024-09-07 14:00:40 -07:00
parent 4c2731bc7b
commit fbaf698852
28 changed files with 314 additions and 229 deletions

View File

@@ -19,6 +19,8 @@ namespace GameJamDungeon
public readonly record struct HideMiniMap();
public readonly record struct GameOver();
public readonly record struct LoadNextFloor;
}
}
}