public static void GetGuiCompent(Dictionary <int, GameObject> lastgameObject, ref List <Component> newPanels, ref List <Component> tempPanels) { if (DelegateProxy.GetGuiCompentProxy != null) { DelegateProxy.GetGuiCompentProxy(lastgameObject, ref newPanels, ref tempPanels); } }