NewsSystem fixes (#23969)
This commit is contained in:
@@ -2,6 +2,12 @@ using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.MassMedia.Systems;
|
||||
|
||||
public abstract class SharedNewsSystem : EntitySystem
|
||||
{
|
||||
public const int MaxNameLength = 25;
|
||||
public const int MaxArticleLength = 2048;
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public struct NewsArticle
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user