using UnityEngine; using System.Collections; using UnityEngine.UI; using GCGame.Table; using Module.Log; // For test public class TestActService : MonoBehaviour { private Button btn; private void Awake() { btn = transform.GetComponent