From df53ab100102b96674e4c85c24c90aead35ef303 Mon Sep 17 00:00:00 2001 From: Khionu Terabite Date: Sun, 10 Jul 2016 01:41:42 -0400 Subject: [PATCH] Completed additions Added the namespaces and attribute that are required for this change. Need to get in the habit of doing proper PRs through VS's Git..... --- src/Discord.Net/Entities/Roles/Color.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Discord.Net/Entities/Roles/Color.cs b/src/Discord.Net/Entities/Roles/Color.cs index ce039288e..5ef9ae80f 100644 --- a/src/Discord.Net/Entities/Roles/Color.cs +++ b/src/Discord.Net/Entities/Roles/Color.cs @@ -1,5 +1,9 @@ +using System; +using System.Diagnostics; + namespace Discord { + [DebuggerDisplay(@"{DebuggerDisplay,nq}")] public struct Color { /// Gets the default user color value.