namespace Plugins.JNGame.BepuPhysics.Components { public enum BShape { /// Sphere shape type Sphere = 1, } }