PC-20230316NUNE\Administrator b6461675a8 提交代码
2024-01-31 19:16:05 +08:00

8 lines
163 B
C#

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