Browse Source

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.....
tags/1.0-rc
Khionu Terabite GitHub 9 years ago
parent
commit
df53ab1001
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/Discord.Net/Entities/Roles/Color.cs

+ 4
- 0
src/Discord.Net/Entities/Roles/Color.cs View File

@@ -1,5 +1,9 @@
using System;
using System.Diagnostics;

namespace Discord namespace Discord
{ {
[DebuggerDisplay(@"{DebuggerDisplay,nq}")]
public struct Color public struct Color
{ {
/// <summary> Gets the default user color value. </summary> /// <summary> Gets the default user color value. </summary>


Loading…
Cancel
Save