]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add virtual chat API methods in Shared (#40895)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Sun, 19 Oct 2025 19:08:27 +0000 (21:08 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Oct 2025 19:08:27 +0000 (19:08 +0000)
commit1469b9484dd3f5c3c89f40f1a9998063cacb8a9d
tree51e87c85a70d671932df28787406c97fea72dd0a
parent1541c107e5f9d898fafd1a283b30d0020a687320
Add virtual chat API methods in Shared (#40895)

* move chat stuff to shared

* refactor: using cleanup +whitespaces + xml-doc

* review

---------

Co-authored-by: pa.pecherskij <pa.pecherskij@interfax.ru>
26 files changed:
Content.Server/Access/Systems/IdCardConsoleSystem.cs
Content.Server/Administration/Commands/DSay.cs
Content.Server/Administration/Commands/OSay.cs
Content.Server/Advertise/EntitySystems/SpeakOnUIClosedSystem.cs
Content.Server/Chat/Commands/LOOCCommand.cs
Content.Server/Chat/Systems/ChatSystem.cs
Content.Server/Cloning/CloningPodSystem.cs
Content.Server/Delivery/DeliverySystem.cs
Content.Server/Ghost/SpookySpeakerSystem.cs
Content.Server/Medical/DefibrillatorSystem.cs
Content.Server/NPC/HTN/PrimitiveTasks/Operators/SayKeyOperator.cs
Content.Server/NPC/HTN/PrimitiveTasks/Operators/SpeakOperator.cs
Content.Server/NPC/HTN/PrimitiveTasks/Operators/Specific/MedibotInjectOperator.cs
Content.Server/PowerSink/PowerSinkSystem.cs
Content.Server/Radio/EntitySystems/HeadsetSystem.cs
Content.Server/Radio/EntitySystems/RadioDeviceSystem.cs
Content.Server/RatKing/RatKingSystem.cs
Content.Server/Speech/AccentSystem.cs
Content.Server/Speech/EntitySystems/ListeningSystem.cs
Content.Server/Speech/EntitySystems/SpeakOnActionSystem.cs
Content.Server/Speech/EntitySystems/UnblockableSpeechSystem.cs
Content.Server/Speech/SpeechNoiseSystem.cs
Content.Server/Trigger/Systems/SpeakOnTriggerSystem.cs
Content.Server/Weapons/Melee/MeleeWeaponSystem.cs
Content.Shared/Chat/SharedChatEvents.cs
Content.Shared/Chat/SharedChatSystem.cs