Skip to content

Commit

Permalink
IEditorOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
Narazaka committed Feb 11, 2024
1 parent 547fa59 commit 110aa47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Scripts/AvatarParametersPresets.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.Collections.Generic;
using UnityEngine;
using UnityEngine;
using VRC.SDKBase;

namespace net.narazaka.vrchat.avatar_parameters_saver
{
public class AvatarParametersPresets : MonoBehaviour
public class AvatarParametersPresets : MonoBehaviour, IEditorOnly
{
public AvatarParametersSaverPresetGroup AvatarParametersSaverPresetGroup = new AvatarParametersSaverPresetGroup();
}
Expand Down

0 comments on commit 110aa47

Please sign in to comment.