Protfolio-Emanuel-Polsky / Assets / _Project / Code / TransfromSync / SyncTransform.cs
SyncTransform.cs
Raw
using Unity.Entities;

namespace GarmentButton.TransformSync
{
    public struct SyncTransform : IComponentData
    {
        public Entity Value;
    }
}