10 lines
No EOL
158 B
C#
10 lines
No EOL
158 B
C#
using Unity.Entities;
|
|
using UnityEngine;
|
|
|
|
namespace DefaultNamespace
|
|
{
|
|
public struct PlayerVaultData : IComponentData
|
|
{
|
|
public Vector2 VaultPoint;
|
|
}
|
|
} |