Beispiel #1
0
 void Drawn(Human p)
 {
     Instantiate(drawningEffect, p.transform.position, Quaternion.identity, null);
     Destroy(p.gameObject);
     Achievements.CharacterDrawned();
 }