Firstborn/Library/PackageCache/com.unity.addressables@1.19.19/Tests/Runtime/TestBehaviourWithReference.cs

9 lines
169 B
C#
Raw Normal View History

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TestBehaviourWithReference : MonoBehaviour
{
public Object Reference;
}