unity-atoms/Packages/Core/Runtime/Constants/GameObjectConstant.cs

9 lines
257 B
C#
Raw Normal View History

using UnityEngine;
namespace UnityAtoms
{
[UseIcon("atom-icon-teal")]
[CreateAssetMenu(menuName = "Unity Atoms/Constants/GameObject", fileName = "GameObjectConstant")]
public sealed class GameObjectConstant : AtomBaseVariable<GameObject> { }
}