12 lines
219 B
C#
12 lines
219 B
C#
using Unity.Entities;
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
namespace Rukhanka
|
|
{
|
|
public struct BoneVisualizationComponent: IComponentData
|
|
{
|
|
public float tripodSize;
|
|
}
|
|
}
|