using UnityEngine;
public class Interaction
{
public static Interaction NONE = new Interaction(InteractionType.None, null);