Skip to content

Commit

Permalink
Merge pull request #22 from DerpyNewbie/refactor/folder-structure
Browse files Browse the repository at this point in the history
Refactor folder structuring
  • Loading branch information
DerpyNewbie authored Nov 24, 2024
2 parents f3a755f + db2ffdc commit 237a93f
Show file tree
Hide file tree
Showing 27 changed files with 18 additions and 9 deletions.
3 changes: 3 additions & 0 deletions Packages/dev.derpynewbie.common/Runtime/Line.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MonoBehaviour:
compiledVersion: 2
behaviourSyncMode: 1
hasInteractEvent: 0
scriptID: -5767982907742393460
scriptID: -5307525316642168015
serializationData:
SerializedFormat: 2
SerializedBytes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UdonSharp;
using UnityEngine;

namespace DerpyNewbie.Common
namespace DerpyNewbie.Common.Line
{
/// <summary>
/// Draws a line with provided values.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MonoBehaviour:
compiledVersion: 2
behaviourSyncMode: 1
hasInteractEvent: 0
scriptID: -2305655732687220745
scriptID: 2626197779801845186
serializationData:
SerializedFormat: 2
SerializedBytes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UdonSharp;
using UnityEngine;

namespace DerpyNewbie.Common
namespace DerpyNewbie.Common.Line
{
/// <summary>
/// Useful line drawing manager for debug visualization purposes.
Expand Down
3 changes: 3 additions & 0 deletions Packages/dev.derpynewbie.common/Runtime/Mirror.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MonoBehaviour:
compiledVersion: 2
behaviourSyncMode: 1
hasInteractEvent: 0
scriptID: -787544144261720692
scriptID: -7659492452314693655
serializationData:
SerializedFormat: 2
SerializedBytes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using UdonSharp;
using UnityEngine;

namespace DerpyNewbie.Common
namespace DerpyNewbie.Common.Mirror
{
[AddComponentMenu("Newbie Commons/Utils/Mirror Handler")]
[UdonBehaviourSyncMode(BehaviourSyncMode.None)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MonoBehaviour:
compiledVersion: 2
behaviourSyncMode: 1
hasInteractEvent: 0
scriptID: 8584452886529785660
scriptID: -3046695921911116002
serializationData:
SerializedFormat: 2
SerializedBytes:
Expand Down Expand Up @@ -62,7 +62,7 @@ MonoBehaviour:
Data: 3|System.RuntimeType, mscorlib
- Name:
Entry: 1
Data: DerpyNewbie.Common.MirrorHandler, DerpyNewbie.Common
Data: DerpyNewbie.Common.Mirror.MirrorHandler, DerpyNewbie.Common
- Name:
Entry: 8
Data:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using UdonSharp;
using UnityEngine;

namespace DerpyNewbie.Common
namespace DerpyNewbie.Common.Mirror
{
[AddComponentMenu("Newbie Commons/Utils/Mirror View")]
[UdonBehaviourSyncMode(BehaviourSyncMode.None)]
Expand Down
3 changes: 3 additions & 0 deletions Packages/dev.derpynewbie.common/Runtime/Utils.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 237a93f

Please sign in to comment.