Implement automatic mode switching for the network configurator and multitool (#16603)

This commit is contained in:
Julian Giebel
2023-05-22 15:20:53 +02:00
committed by GitHub
parent 2ef13531ea
commit 2d273107f4
6 changed files with 52 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ public sealed class NetworkConfiguratorComponent : Component
public SoundSpecifier SoundNoAccess = new SoundPathSpecifier("/Audio/Machines/custom_deny.ogg");
[DataField("soundSwitchMode")]
public SoundSpecifier SoundSwitchMode = new SoundPathSpecifier("/Audio/Machines/beep.ogg");
public SoundSpecifier SoundSwitchMode = new SoundPathSpecifier("/Audio/Machines/quickbeep.ogg");
}
[Serializable, NetSerializable]