unity-atoms/Assets/UnityAtoms/References/GameObjectReference.cs
2018-11-13 20:12:04 +01:00

8 lines
222 B
C#

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