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.....
This commit is contained in:
Khionu Terabite
2016-07-10 01:41:42 -04:00
committed by GitHub
parent c72bf0678b
commit df53ab1001

View File

@@ -1,5 +1,9 @@
using System;
using System.Diagnostics;
namespace Discord
{
[DebuggerDisplay(@"{DebuggerDisplay,nq}")]
public struct Color
{
/// <summary> Gets the default user color value. </summary>