unity-atoms/Assets/UnityAtoms/References/GameObjectReference.cs

8 lines
222 B
C#
Raw Normal View History

using System;
using UnityEngine;
namespace UnityAtoms
{
[Serializable]
public class GameObjectReference : ScriptableObjectReference<GameObject, GameObjectVariable, GameObjectEvent, GameObjectGameObjectEvent> { }
}