yyl
昨天 9705833cb610ea2a5147fafa8a2279020f98ed48
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}