Exemple #1
0
 // Checks bullet Collision
 public bool CollisionCheck(AABB other)
 {
     return(_hitboxBullet.DetectCollision(other));
 }