hch
2026-01-01 9d41804ee9e766be44d7caa5d75a82a6a98759d0
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}