File tree Expand file tree Collapse file tree 9 files changed +9
-1
lines changed
Expand file tree Collapse file tree 9 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 88using Intersect . Editor . Content ;
99using Intersect . Editor . Core ;
1010using Newtonsoft . Json . Linq ;
11-
11+ using Graphics = System . Drawing . Graphics ;
1212using Rectangle = Microsoft . Xna . Framework . Rectangle ;
1313
1414namespace Intersect . Editor . Classes . ContentManagement
Original file line number Diff line number Diff line change 1616using Intersect . GameObjects ;
1717using Intersect . GameObjects . Maps . MapList ;
1818using Intersect . Utilities ;
19+ using Graphics = System . Drawing . Graphics ;
1920
2021namespace Intersect . Editor . Forms . Editors
2122{
Original file line number Diff line number Diff line change 1616using Intersect . GameObjects ;
1717using Intersect . GameObjects . Events ;
1818using Intersect . Utilities ;
19+ using Graphics = System . Drawing . Graphics ;
1920
2021namespace Intersect . Editor . Forms . Editors
2122{
Original file line number Diff line number Diff line change 1616using Intersect . GameObjects ;
1717using Intersect . GameObjects . Events ;
1818using Intersect . Utilities ;
19+ using Graphics = System . Drawing . Graphics ;
1920
2021namespace Intersect . Editor . Forms . Editors
2122{
Original file line number Diff line number Diff line change 1212using Intersect . Editor . Networking ;
1313using Intersect . Enums ;
1414using Intersect . GameObjects ;
15+ using Graphics = System . Drawing . Graphics ;
1516
1617namespace Intersect . Editor . Forms . Editors
1718{
Original file line number Diff line number Diff line change 1616using Intersect . GameObjects ;
1717using Intersect . GameObjects . Events ;
1818using Intersect . Utilities ;
19+ using Graphics = System . Drawing . Graphics ;
1920
2021namespace Intersect . Editor . Forms . Editors
2122{
Original file line number Diff line number Diff line change 1717using Intersect . GameObjects . Events ;
1818using Intersect . GameObjects . Maps . MapList ;
1919using Intersect . Utilities ;
20+ using Graphics = System . Drawing . Graphics ;
2021
2122namespace Intersect . Editor . Forms . Editors
2223{
Original file line number Diff line number Diff line change 66namespace Intersect . Editor . Forms . Helpers
77{
88 using Color = System . Drawing . Color ;
9+ using Graphics = System . Drawing . Graphics ;
910
1011 public partial struct GridCell
1112 {
Original file line number Diff line number Diff line change 99using Intersect . Editor . Maps ;
1010using Intersect . Editor . Networking ;
1111using Intersect . GameObjects . Maps . MapList ;
12+ using Graphics = System . Drawing . Graphics ;
1213
1314namespace Intersect . Editor . Forms
1415{
You can’t perform that action at this time.
0 commit comments