hch
2 天以前 7bc59ef2b3d8cefb63d74a89f2b2c949e691dac1
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}