Esempio n. 1
0
	void Start () {
		pool.OnStart();
		InvokeRepeating ("createOnTimestep", 0, pool.getCreationTimestep());
	}