Fixes a bunch of funny issues i didn't catch (#5752)
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
using System;
|
||||
using Lidgren.Network;
|
||||
using Robust.Shared.Network;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Administration;
|
||||
|
||||
[NetSerializable]
|
||||
[Serializable]
|
||||
public class GamePrototypeLoadMessage : NetMessage
|
||||
{
|
||||
public override MsgGroups MsgGroup => MsgGroups.String;
|
||||
|
||||
Reference in New Issue
Block a user