Logo
Explore Help
Register Sign In
Cinka/OldThink
1
0
Fork 0
You've already forked OldThink
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
master
OldThink/Content.Shared/_White/EndOfRoundStats/EmitSoundStatSystem/EmitSoundStatEvent.cs

16 lines
356 B
C#
Raw Permalink Normal View History

stats (#103) * OH YES * хули мне хедкодеру # Conflicts: # Content.Server/Instruments/InstrumentComponent.cs # Content.Server/Instruments/InstrumentSystem.cs # Content.Shared/Cuffs/SharedCuffableSystem.cs # Content.Shared/White/WhiteCVars.cs # Resources/Prototypes/tags.yml
2023-05-25 02:13:10 +06:00
using Robust.Shared.Audio;
перенос общих файлов из папки `White` в `_White`
2024-01-28 18:37:24 +07:00
namespace Content.Shared._White.EndOfRoundStats.EmitSoundStatSystem;
stats (#103) * OH YES * хули мне хедкодеру # Conflicts: # Content.Server/Instruments/InstrumentComponent.cs # Content.Server/Instruments/InstrumentSystem.cs # Content.Shared/Cuffs/SharedCuffableSystem.cs # Content.Shared/White/WhiteCVars.cs # Resources/Prototypes/tags.yml
2023-05-25 02:13:10 +06:00
public sealed class EmitSoundStatEvent : EntityEventArgs
{
public EntityUid Emitter;
public SoundSpecifier Sound;
public EmitSoundStatEvent(EntityUid emitter, SoundSpecifier sound)
{
Emitter = emitter;
Sound = sound;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 713ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API