All pastes #2072546 Raw Edit

Someone

public text v1 · immutable
#2072546 ·published 2011-05-31 00:54 UTC
rendered paste body
	void OnGUI() {
		if (GUILayout.Button("List all bundles")) {				
			GameObject fetchOMatic = new GameObject();
			SubmitBundleSystem derBundler = fetchOMatic.AddComponent<SubmitBundleSystem>();
			derBundler.FetchList(Poit());	
		}
	}
	
	void Poit(IList<BundleItem> narf){
		Debug.Log(narf);
	}