Skip to content

Commit 371f90f

Browse files
authored
Update README.md
1 parent ea3ea58 commit 371f90f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public class Spawner : MonoBehaviour
6262
var instance = _prefab.Spawn(transform.position, transform.rotation);
6363

6464
// Use this only with Instances of Prefab
65-
// Only Instances which was created via Populate/Spawn can be Despawned
6665
instance.Despawn();
6766
}
6867
}

0 commit comments

Comments
 (0)