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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user