Added Jukebox (#26736)
* Added Jukebox, along with music for jukebox * Fixed Jukebox meta.json copyright * Removed songs I couldn't find a license for. * Renamed files to solve check failures from spaces * Added missing attributions.yml * Fixed lack of description in Jukebox * Jukebox is now constructable. * Change Jukebox menu to FancyWindow * Moved Jukebox messages out of jukebox component * Removed Jukebox OnValueChanged. * JukeboxComp now uses AutoGenerateComponentState * Removed state code, since it's auto generated * Fixed various Jukebox code to match conventions. * Updated Standard.yml to match changed song list. * fixes * Jukebox workin * Fix * Polishing * Finalising * Revert * bad * jukey * Reviews * name * Update submodule to 218.2.0 --------- Co-authored-by: iNVERTED <alextjorgensen@gmail.com>
This commit is contained in:
8
Content.Shared/Audio/Jukebox/SharedJukeboxSystem.cs
Normal file
8
Content.Shared/Audio/Jukebox/SharedJukeboxSystem.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Robust.Shared.Audio.Systems;
|
||||
|
||||
namespace Content.Shared.Audio.Jukebox;
|
||||
|
||||
public abstract class SharedJukeboxSystem : EntitySystem
|
||||
{
|
||||
[Dependency] protected readonly SharedAudioSystem Audio = default!;
|
||||
}
|
||||
Reference in New Issue
Block a user