using UnityEngine;
namespace UnityAtoms
{
public abstract class GameObjectFunction : GameFunction<GameObject> { }
}