using UnityEngine;
namespace Game
{
public class BlueprintBasicData2 : MonoBehaviour
public int entity;
public int target;
public int owner;
}