From 92fde60f37b5834553a669a01f41bf73c3b03145 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 27 Jun 2016 21:22:27 +0100 Subject: [PATCH] Added additional using aliases --- cscz/ClassGenerator.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cscz/ClassGenerator.cs b/cscz/ClassGenerator.cs index 8faa3f5..6a30dff 100644 --- a/cscz/ClassGenerator.cs +++ b/cscz/ClassGenerator.cs @@ -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" }, }; ///