public class SFButtonExtension : MonoBehavour { public Text text; private bool m_inited = false; void Start() { if (text == null) { text ...
確定! 回上一頁