Remove NetMessage deprecated boilerplate (#4196)
This commit is contained in:
@@ -6,13 +6,7 @@ namespace Content.Shared.StationEvents
|
||||
{
|
||||
public class MsgRequestStationEvents : NetMessage
|
||||
{
|
||||
#region REQUIRED
|
||||
|
||||
public const MsgGroups GROUP = MsgGroups.Command;
|
||||
public const string NAME = nameof(MsgRequestStationEvents);
|
||||
public MsgRequestStationEvents(INetChannel channel) : base(NAME, GROUP) { }
|
||||
|
||||
#endregion
|
||||
public override MsgGroups MsgGroup => MsgGroups.Command;
|
||||
|
||||
public override void ReadFromBuffer(NetIncomingMessage buffer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user