mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-24 13:29:01 +08:00
reformat
This commit is contained in:
parent
51d59ecad3
commit
79c220a6d3
@ -5,7 +5,8 @@ using VRC.SDK3.Avatars.ScriptableObjects;
|
|||||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||||
namespace nadena.dev.modular_avatar.core.editor
|
namespace nadena.dev.modular_avatar.core.editor
|
||||||
{
|
{
|
||||||
public static class ClonedMenuMappings {
|
public static class ClonedMenuMappings
|
||||||
|
{
|
||||||
private static readonly Dictionary<VRCExpressionsMenu, ImmutableArray<VRCExpressionsMenu>> ClonedMappings =
|
private static readonly Dictionary<VRCExpressionsMenu, ImmutableArray<VRCExpressionsMenu>> ClonedMappings =
|
||||||
new Dictionary<VRCExpressionsMenu, ImmutableArray<VRCExpressionsMenu>>();
|
new Dictionary<VRCExpressionsMenu, ImmutableArray<VRCExpressionsMenu>>();
|
||||||
|
|
||||||
|
@ -4,17 +4,17 @@ using VRC.SDK3.Avatars.ScriptableObjects;
|
|||||||
|
|
||||||
namespace nadena.dev.modular_avatar.core
|
namespace nadena.dev.modular_avatar.core
|
||||||
{
|
{
|
||||||
[AddComponentMenu("Modular Avatar/MA Menu Installer")]
|
[AddComponentMenu("Modular Avatar/MA Menu Installer")]
|
||||||
public class ModularAvatarMenuInstaller : AvatarTagComponent
|
public class ModularAvatarMenuInstaller : AvatarTagComponent
|
||||||
{
|
{
|
||||||
public VRCExpressionsMenu menuToAppend;
|
public VRCExpressionsMenu menuToAppend;
|
||||||
public VRCExpressionsMenu installTargetMenu;
|
public VRCExpressionsMenu installTargetMenu;
|
||||||
|
|
||||||
|
|
||||||
// ReSharper disable once Unity.RedundantEventFunction
|
// ReSharper disable once Unity.RedundantEventFunction
|
||||||
void Start()
|
void Start()
|
||||||
{
|
{
|
||||||
// Ensure that unity generates an enable checkbox
|
// Ensure that unity generates an enable checkbox
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user