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