Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Server.Nutrition.Components
|
||||
/// A disposable, single-use smokable.
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(SmokingSystem))]
|
||||
public sealed class CigarComponent : Component
|
||||
public sealed partial class CigarComponent : Component
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user