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