Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ using Content.Server.Atmos.Reactions;
|
||||
namespace Content.Server.Atmos
|
||||
{
|
||||
[ImplicitDataDefinitionForInheritors]
|
||||
public interface IGasReactionEffect
|
||||
public partial interface IGasReactionEffect
|
||||
{
|
||||
ReactionResult React(GasMixture mixture, IGasMixtureHolder? holder, AtmosphereSystem atmosphereSystem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user