using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; namespace Beyond { public class BlueprintSignButton : MonoBehaviour { public Button m_button; public SignObject m_sign; BlueprintScroll m_scroll; public Image m_image; private void Awake() { m_scroll = gameObject.FindComponentUpHierarchy(); if (m_button == null) m_button = GetComponent