8 lines
No EOL
123 B
C#
8 lines
No EOL
123 B
C#
using Unity.Entities;
|
|
|
|
namespace Assets.Scripts.Events
|
|
{
|
|
public struct AnimatorRebindEventData : IComponentData
|
|
{
|
|
}
|
|
} |