예제 #1
0
    private void ScGMHandler(object data)
    {
        gmRspContent = "";
        gmContent.Clear();
        SC_GM dat = data as SC_GM;

        gmContent.Add(dat.ResultMsg);
    }
예제 #2
0
 private void Awake()
 {
     if (gm == null)
     {
         gm = this;
     }
     else if (gm != null)
     {
         Destroy(gameObject);
     }
 }
예제 #3
0
 private void OnEnable()
 {
     gmLocal = target as SC_GM;
 }