Netcode Bootstrap
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Unity.Entities;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace Rukhanka
|
||||
{
|
||||
public struct TwoBoneIKComponent: IComponentData, IEnableableComponent
|
||||
{
|
||||
public Entity mid, tip, target, midBentHint;
|
||||
public float weight;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user