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