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