lcy
昨天 5301d08eac2f7f0b25ce3f2bef7d24f92c79321c
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}