Minor comp message removal (#6733)
This commit is contained in:
@@ -18,21 +18,6 @@ namespace Content.Shared.Configurable
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Message sent to other components on this entity when DeviceNetwork configuration updated.
|
||||
/// </summary>
|
||||
#pragma warning disable 618
|
||||
public class ConfigUpdatedComponentMessage : ComponentMessage
|
||||
#pragma warning restore 618
|
||||
{
|
||||
public Dictionary<string, string> Config { get; }
|
||||
|
||||
public ConfigUpdatedComponentMessage(Dictionary<string, string> config)
|
||||
{
|
||||
Config = config;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Message data sent from client to server when the device configuration is updated.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user