Cleanup and small update to the stethoscope! (#36210)

* First commit

* Address most of the review!
This commit is contained in:
beck-thompson
2025-03-30 19:27:08 -07:00
committed by GitHub
parent 66e2b0ab64
commit fc0a6dfdb3
11 changed files with 225 additions and 220 deletions

View File

@@ -4,6 +4,4 @@ using Robust.Shared.Serialization;
namespace Content.Shared.Medical;
[Serializable, NetSerializable]
public sealed partial class StethoscopeDoAfterEvent : SimpleDoAfterEvent
{
}
public sealed partial class StethoscopeDoAfterEvent : SimpleDoAfterEvent;