mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-29 18:49:53 +03:00
Add xmldocs.
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
1cd309e498
commit
e883e143eb
15 changed files with 271 additions and 54 deletions
|
@ -5,6 +5,9 @@
|
|||
|
||||
namespace Boyfriend;
|
||||
|
||||
/// <summary>
|
||||
/// Contains all colors used in embeds.
|
||||
/// </summary>
|
||||
public static class ColorsList {
|
||||
public static readonly Color Default = Color.Gray;
|
||||
public static readonly Color Red = Color.Firebrick;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue