Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Shared.Lightning.Components;
|
||||
/// <summary>
|
||||
/// Handles how lightning acts and is spawned. Use the ShootLightning method to fire lightning from one user to a target.
|
||||
/// </summary>
|
||||
public abstract class SharedLightningComponent : Component
|
||||
public abstract partial class SharedLightningComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Can this lightning arc?
|
||||
|
||||
Reference in New Issue
Block a user