using UnityEngine;
namespace UnityAtoms
{
public abstract class ColliderGameObjectAction : GameAction<Collider, GameObject> { }
}