Salvage expeditions (#12745)
This commit is contained in:
@@ -2,6 +2,13 @@ namespace Content.Shared.Procedural;
|
||||
|
||||
public sealed class Dungeon
|
||||
{
|
||||
/// <summary>
|
||||
/// Starting position used to generate the dungeon from.
|
||||
/// </summary>
|
||||
public Vector2i Position;
|
||||
|
||||
public Vector2i Center;
|
||||
|
||||
public List<DungeonRoom> Rooms = new();
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user