Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Server.Chemistry.ReagentEffects
|
||||
/// Default metabolism for drink reagents. Attempts to find a ThirstComponent on the target,
|
||||
/// and to update it's thirst values.
|
||||
/// </summary>
|
||||
public sealed class SatiateThirst : ReagentEffect
|
||||
public sealed partial class SatiateThirst : ReagentEffect
|
||||
{
|
||||
private const float DefaultHydrationFactor = 3.0f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user