lcy
9 天以前 c22bdd2562585c87d3fcfadcf94a4277b119a85c
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}