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

9 lines
169 B
C#

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