Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Nutrition.Components
|
||||
/// A reusable vessel for smoking
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(SmokingSystem))]
|
||||
public sealed class SmokingPipeComponent : Component
|
||||
public sealed partial class SmokingPipeComponent : Component
|
||||
{
|
||||
public const string BowlSlotId = "bowl_slot";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user