Merge branch 'master' into offmed-staging
This commit is contained in:
@@ -10,13 +10,13 @@ namespace Content.Server.Body.Components
|
||||
/// <summary>
|
||||
/// Handles metabolizing various reagents with given effects.
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(MetabolizerSystem))]
|
||||
[RegisterComponent, AutoGenerateComponentPause, Access(typeof(MetabolizerSystem))]
|
||||
public sealed partial class MetabolizerComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The next time that reagents will be metabolized.
|
||||
/// </summary>
|
||||
[DataField(customTypeSerializer: typeof(TimeOffsetSerializer))]
|
||||
[DataField, AutoPausedField]
|
||||
public TimeSpan NextUpdate;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user