From e4b5c05e131548a105483ed7cfaffba5e705a6c6 Mon Sep 17 00:00:00 2001 From: pandravrc <162582491+pandravrc@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:04:22 +0900 Subject: [PATCH] DisallowMultipleComponent close #32 --- Runtime/EmotePrefab.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Runtime/EmotePrefab.cs b/Runtime/EmotePrefab.cs index 6392536..0f8dccd 100644 --- a/Runtime/EmotePrefab.cs +++ b/Runtime/EmotePrefab.cs @@ -3,6 +3,7 @@ namespace com.github.pandrabox.emoteprefab.runtime { + [DisallowMultipleComponent] [AddComponentMenu("Pan/EmotePrefab")] public class EmotePrefab : MonoBehaviour, VRC.SDKBase.IEditorOnly {