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