Fixing namespace

This commit is contained in:
Chris Cameron
2017-10-16 16:13:51 -04:00
parent 6fbb4a6a89
commit eee712453d

View File

@@ -1,17 +1,18 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Crestron.SimplSharp.Reflection;
using ICD.Common.Attributes;
using ICD.Common.Properties;
using ICD.Common.Utils;
using ICD.Common.Utils.Collections;
using ICD.Common.Utils.Extensions;
#if SIMPLSHARP
using Crestron.SimplSharp.Reflection;
#else
using System.Reflection;
#endif
namespace ICD.Common.Attributes.Rpc
namespace ICD.Common.Utils.Attributes.Rpc
{
/// <summary>
/// Represents a method that can be called by the server via RPC.