Added additional using aliases
This commit is contained in:
parent
ecdffd85a7
commit
92fde60f37
1 changed files with 6 additions and 1 deletions
|
@ -24,7 +24,12 @@ namespace cscz
|
|||
{ "cc", "System.Collections.Concurrent" },
|
||||
{ "r", "System.Text.RegularExpressions" },
|
||||
{ "n", "System.Net" },
|
||||
{ "s", "System.Net.Sockets" }
|
||||
{ "s", "System.Net.Sockets" },
|
||||
{ "x", "Microsoft.Xna.Framework" },
|
||||
{ "xg", "Microsoft.Xna.Framework.Graphics" },
|
||||
{ "xs", "Microsoft.Xna.Framework.Storage" },
|
||||
{ "xi", "Microsoft.Xna.Framework.Input" },
|
||||
{ "oo", "OpenTK.Graphics.OpenGL" },
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in a new issue