* 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
9 lines
142 B
C#
9 lines
142 B
C#
namespace Content.Server.MassMedia.Components
|
|
{
|
|
[RegisterComponent]
|
|
public sealed class NewsWriteComponent : Component
|
|
{
|
|
|
|
}
|
|
}
|