mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 03:14:47 +00:00
8 lines
163 B
C#
8 lines
163 B
C#
namespace Plugins.JNGame.BepuPhysics.Components
|
|
{
|
|
public enum BShape
|
|
{
|
|
/// <summary> Sphere shape type </summary>
|
|
Sphere = 1,
|
|
}
|
|
} |