WuhuIslandTesting/Library/PackageCache/com.unity.addressables@1.21.12/Tests/Runtime/TestBehaviourWithReference.cs

9 lines
169 B
C#
Raw Normal View History

2025-01-07 02:06:59 +01:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TestBehaviourWithReference : MonoBehaviour
{
public Object Reference;
}