Disable warnings that would be refactored anyway (#5047)
This commit is contained in:
@@ -69,7 +69,9 @@ namespace Content.Shared.Buckle.Components
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
#pragma warning disable 618
|
||||
public abstract class BuckleChangeMessage : ComponentMessage
|
||||
#pragma warning restore 618
|
||||
{
|
||||
/// <summary>
|
||||
/// Constructs a new instance of <see cref="BuckleChangeMessage"/>
|
||||
|
||||
@@ -62,7 +62,9 @@ namespace Content.Shared.Buckle.Components
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
#pragma warning disable 618
|
||||
public abstract class StrapChangeMessage : ComponentMessage
|
||||
#pragma warning restore 618
|
||||
{
|
||||
/// <summary>
|
||||
/// Constructs a new instance of <see cref="StrapChangeMessage"/>
|
||||
|
||||
Reference in New Issue
Block a user