using UnityEngine;
namespace UnityAtoms.BaseAtoms
{
///
/// Function x 2 of type `GameObject`. Inherits from `AtomFunction<GameObject, GameObject>`.
///
[EditorIcon("atom-icon-sand")]
public abstract class GameObjectGameObjectFunction : AtomFunction { }
}