8 lines
119 B
C#
8 lines
119 B
C#
|
|
namespace Content.Shared.Procedural;
|
||
|
|
|
||
|
|
[ImplicitDataDefinitionForInheritors]
|
||
|
|
public partial interface IDunGenLayer
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|