コード例 #1
0
ファイル: Bullet.cs プロジェクト: Boxxxx/girl-dash
 private void DestroySelf()
 {
     PoolManager.Deallocate(gameObject);
 }