Dungeon generation refactor (#17121)
This commit is contained in:
6
Content.Shared/Procedural/SharedDungeonSystem.cs
Normal file
6
Content.Shared/Procedural/SharedDungeonSystem.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Content.Shared.Procedural;
|
||||
|
||||
public abstract class SharedDungeonSystem : EntitySystem
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user