Advertisement
DudeWithName

Untitled

Jul 11th, 2021
1,125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1.         public static readonly Dictionary<string, NameColor> NameColors = new Dictionary<string, NameColor>()
  2.         {
  3.             { "ciganska", new NameColor("ciganska", "#000000") }
  4.         };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement