Exemplo n.º 1
0
 public void SpawnMonster(SpectralFluxInfo point, ObjectPooler objectPooler, string tag)
 {
     Debug.Log(tag + " - " + point.ToString());
 }
 public void VisualizePoint(SpectralFluxInfo point)
 {
     Debug.Log(point.ToString());
 }
Exemplo n.º 3
0
 public void VisualizePoint(SpectralFluxInfo point, GameObject target)
 {
     Debug.Log(target.ToString() + " - " + point.ToString());
 }