2025-05-01 01:48:08 -07:00

12 lines
234 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Unity.ScriptableBuildPipelineTests
{
public class MonoBehaviourWithReference : MonoBehaviour
{
public Object Reference;
}
}