Description:
Refactor UI into submodule.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r65:08c7866bdff9 -

@@ -3,7 +3,7
3 3 using Microsoft.Xna.Framework.Graphics;
4 4 using Microsoft.Xna.Framework.Input;
5 5
6 namespace isometricparkfna
6 namespace isometricparkfna.UI
7 7 {
8 8 public class BudgetWindow
9 9 {
@@ -7,7 +7,7
7 7 using Microsoft.Xna.Framework;
8 8 using Microsoft.Xna.Framework.Graphics;
9 9
10 namespace isometricparkfna
10 namespace isometricparkfna.UI
11 11 {
12 12
13 13 public struct DebugInfo
@@ -6,7 +6,7
6 6 using Num = System.Numerics;
7 7
8 8
9 namespace isometricparkfna
9 namespace isometricparkfna.UI
10 10 {
11 11
12 12
You need to be logged in to leave comments. Login now