예제 #1
0
 private bool BulletOutside(EBullet b)
 {
     return(false);
 }
예제 #2
0
 private void RemoveBullet(EBullet b)
 {
     _bullets.Remove(b);
     GameManager.RemoveObject(b);
 }