yyl
1 天以前 35868f94aede29d54b3ca0a0e78aaa4b05af5007
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}