Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,6 +6,6 @@ namespace Content.Server.StationEvents.Components;
|
||||
/// This is used to keep track of hallucinated entities to remove effects when event ends
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(MassHallucinationsRule))]
|
||||
public sealed class MassHallucinationsComponent : Component
|
||||
public sealed partial class MassHallucinationsComponent : Component
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user