diff --git a/Scripts/BlendShape/Blinker.cs b/Scripts/BlendShape/Blinker.cs index 3527f285f..4d66dd34c 100644 --- a/Scripts/BlendShape/Blinker.cs +++ b/Scripts/BlendShape/Blinker.cs @@ -25,7 +25,7 @@ namespace VRM [SerializeField] float m_closeSeconds = 0.1f; - Coroutine m_coroutine; + protected Coroutine m_coroutine; //static readonly string BLINK_NAME = BlendShapePreset.Blink.ToString(); @@ -45,7 +45,7 @@ namespace VRM } } - IEnumerator BlinkRoutine() + protected IEnumerator BlinkRoutine() { while (true) {