File tree Expand file tree Collapse file tree 6 files changed +78
-0
lines changed Expand file tree Collapse file tree 6 files changed +78
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ using UnityEngine ;
3
+
4
+ namespace UnityCore {
5
+
6
+ namespace Audio {
7
+
8
+ public class AudioController : MonoBehaviour
9
+ {
10
+
11
+ }
12
+ }
13
+ }
Original file line number Diff line number Diff line change
1
+
2
+ using UnityEngine ;
3
+
4
+ namespace UnityCore {
5
+
6
+ namespace Data {
7
+
8
+ public class DataController : MonoBehaviour
9
+ {
10
+
11
+ }
12
+ }
13
+ }
Original file line number Diff line number Diff line change
1
+
2
+ using UnityEngine ;
3
+
4
+ namespace UnityCore {
5
+
6
+ namespace Menu {
7
+
8
+ public class Page : MonoBehaviour
9
+ {
10
+
11
+ }
12
+ }
13
+ }
Original file line number Diff line number Diff line change
1
+
2
+ using UnityEngine ;
3
+
4
+ namespace UnityCore {
5
+
6
+ namespace Menu {
7
+
8
+ public class PageController : MonoBehaviour
9
+ {
10
+
11
+ }
12
+ }
13
+ }
Original file line number Diff line number Diff line change
1
+
2
+ using UnityEngine ;
3
+
4
+ namespace UnityCore {
5
+
6
+ namespace Scene {
7
+
8
+ public class SceneController : MonoBehaviour
9
+ {
10
+
11
+ }
12
+ }
13
+ }
Original file line number Diff line number Diff line change
1
+
2
+ using UnityEngine ;
3
+
4
+ namespace UnityCore {
5
+
6
+ namespace Session {
7
+
8
+ public class SessionController : MonoBehaviour
9
+ {
10
+
11
+ }
12
+ }
13
+ }
You can’t perform that action at this time.
0 commit comments