Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Shared.Procedural.PostGeneration;
|
||||
/// Ran after generating dungeon rooms. Can be used for additional loot, contents, etc.
|
||||
/// </summary>
|
||||
[ImplicitDataDefinitionForInheritors]
|
||||
public interface IPostDunGen
|
||||
public partial interface IPostDunGen
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user