mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 05:59:03 +03:00
11 lines
274 B
C#
11 lines
274 B
C#
namespace Content.Shared.Procedural.DungeonGenerators;
|
|
|
|
/// <summary>
|
|
/// Fills unreserved tiles with the specified entity prototype.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// DungeonData keys are:
|
|
/// - Fill
|
|
/// </remarks>
|
|
public sealed partial class FillGridDunGen : IDunGenLayer;
|