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