Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Content.Shared.Construction
|
||||
{
|
||||
[ImplicitDataDefinitionForInheritors]
|
||||
public interface IGraphCondition
|
||||
public partial interface IGraphCondition
|
||||
{
|
||||
bool Condition(EntityUid uid, IEntityManager entityManager);
|
||||
bool DoExamine(ExaminedEvent args);
|
||||
|
||||
Reference in New Issue
Block a user