Initial Commit
This commit is contained in:
commit
ee5c2f922d
2255 changed files with 547750 additions and 0 deletions
12
Assets/Scripts/Data/Player/ActorCoverRaycastHit.cs
Normal file
12
Assets/Scripts/Data/Player/ActorCoverRaycastHit.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using Unity.Entities;
|
||||
using UnityEngine;
|
||||
|
||||
namespace DefaultNamespace
|
||||
{
|
||||
public struct ActorCoverRaycastHit : IBufferElementData
|
||||
{
|
||||
public Vector2 Point;
|
||||
public float Distance;
|
||||
public Vector2 Normal;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue