From e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 13 Jul 2017 21:30:04 -0400 Subject: Delete a LOT of obsolete code --- ShiftOS_TheReturn/Server.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ShiftOS_TheReturn/Server.cs') diff --git a/ShiftOS_TheReturn/Server.cs b/ShiftOS_TheReturn/Server.cs index ddbd15b..6edef9e 100644 --- a/ShiftOS_TheReturn/Server.cs +++ b/ShiftOS_TheReturn/Server.cs @@ -7,15 +7,17 @@ using ShiftOS.Objects; namespace ShiftOS.Engine { + [Obsolete("Old code.")] public interface Server { /// /// Occurs when someone sends a message to the server. /// /// The message from the client. - void MessageReceived(ServerMessage msg); + void MessageReceived(dynamic msg); } + [Obsolete("Old code.")] [AttributeUsage(AttributeTargets.Class, AllowMultiple=false)] public class ServerAttribute : Attribute { -- cgit v1.2.3