Esempio n. 1
0
 protected void Awake()
 {
     table = Util.GetTable(name);
     if (table != null)
     {
         table.Invoke("Awake", table, gameObject);
     }
 }