9 lines
No EOL
139 B
C#
9 lines
No EOL
139 B
C#
using Unity.Entities;
|
|
|
|
namespace DefaultNamespace
|
|
{
|
|
public struct PlayerCoverData : IComponentData
|
|
{
|
|
public float WeaponOffset;
|
|
}
|
|
} |