Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Shared.Audio;
|
||||
[RegisterComponent]
|
||||
[NetworkedComponent]
|
||||
[Access(typeof(SharedAmbientSoundSystem))]
|
||||
public sealed class AmbientSoundComponent : Component, IComponentTreeEntry<AmbientSoundComponent>
|
||||
public sealed partial class AmbientSoundComponent : Component, IComponentTreeEntry<AmbientSoundComponent>
|
||||
{
|
||||
[DataField("enabled")]
|
||||
[ViewVariables(VVAccess.ReadWrite)] // only for map editing
|
||||
|
||||
Reference in New Issue
Block a user