add mass-media system (#18251)
* Add Console, PDA news tab, and ringstone popup * Add English localization * Add mass-media console board to Advanced Entertainment resrarch * Fix misprint * Deleting unused libraries * Fix round restart problem * Fixing restart problem * Just another fix * Сode optimization * Code optimization
This commit is contained in:
9
Content.Shared/MassMedia/Systems/SharedNewsSystem.cs
Normal file
9
Content.Shared/MassMedia/Systems/SharedNewsSystem.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Content.Shared.MassMedia.Systems;
|
||||
|
||||
[Serializable]
|
||||
public struct NewsArticle
|
||||
{
|
||||
public string Name;
|
||||
public string Content;
|
||||
public TimeSpan ShareTime;
|
||||
}
|
||||
Reference in New Issue
Block a user