public bool m00035c(c0000a8 p0) { Model model = p0.m000298(); Matrix matrix = p0.m0001ac(); for (int i = 0; i < model.Meshes.Count; i++) { ModelMesh mesh = model.Meshes[i]; this.f000847.Matrix = p0.f0000e1[i] * this.m000352().Matrix; if (this.f000847.Contains(mesh.BoundingSphere) != ContainmentType.Disjoint) { return true; } } return false; }