11 lines
No EOL
182 B
C#
11 lines
No EOL
182 B
C#
using Unity.Entities;
|
|
using UnityEngine;
|
|
|
|
namespace DefaultNamespace
|
|
{
|
|
[GenerateAuthoringComponent]
|
|
public struct AimCenterData : IComponentData
|
|
{
|
|
public Vector2 Offset;
|
|
}
|
|
} |