예제 #1
0
파일: Bullet.cs 프로젝트: Boxxxx/girl-dash
 private void DestroySelf()
 {
     PoolManager.Deallocate(gameObject);
 }